Skip to content

Commit fba1f79

Browse files
authored
Update test/temp-dir.js
1 parent e4e4613 commit fba1f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/temp-dir.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ t.test('creates the default \'tempDir\' when none is specified', async t => {
3333
t.equal(cliFiles.includes('.temp_directory'), false)
3434

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

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

0 commit comments

Comments
 (0)