Skip to content

Commit

Permalink
Update test/temp-dir.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nwalters512 authored Aug 30, 2024
1 parent e4e4613 commit fba1f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/temp-dir.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ t.test('creates the default \'tempDir\' when none is specified', async t => {
t.equal(cliFiles.includes('.temp_directory'), false)

const tempFiles = await fs.readdir(path.resolve(fixturesCLI, '.nyc_output'))
t.equal(tempFiles.length, 2) // a coverage file, and processinfo
t.equal(tempFiles.length, 2) // the coverage file, and processinfo
})

t.test('prefers \'tempDirectory\' to \'tempDir\'', async t => {
Expand Down

0 comments on commit fba1f79

Please sign in to comment.