Skip to content

Commit

Permalink
fix: remove c8 tmp from nyc_output
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Feb 12, 2021
1 parent 5260ccb commit e8b4e9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
"simple-git": "^2.28.0",
"strip-bom": "^4.0.0",
"strip-json-comments": "^3.1.1",
"tempy": "^1.0.0",
"typedoc": "^0.20.24",
"typescript": "4.1.5",
"update-notifier": "^5.0.0",
Expand Down
2 changes: 2 additions & 0 deletions src/test/node.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

const execa = require('execa')
const path = require('path')
const tempy = require('tempy')
const { hook } = require('../utils')
const merge = require('merge-options')

Expand All @@ -23,6 +24,7 @@ async function testNode (argv, execaOptions) {
? [
'--reporter', 'json',
'--report-dir', '.nyc_output',
'--temp-directory', tempy.directory(),
'--clean',
'mocha'
]
Expand Down

0 comments on commit e8b4e9f

Please sign in to comment.