We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4e4613 commit fba1f79Copy full SHA for fba1f79
test/temp-dir.js
@@ -33,7 +33,7 @@ t.test('creates the default \'tempDir\' when none is specified', async t => {
33
t.equal(cliFiles.includes('.temp_directory'), false)
34
35
const tempFiles = await fs.readdir(path.resolve(fixturesCLI, '.nyc_output'))
36
- t.equal(tempFiles.length, 2) // a coverage file, and processinfo
+ t.equal(tempFiles.length, 2) // the coverage file, and processinfo
37
})
38
39
t.test('prefers \'tempDirectory\' to \'tempDir\'', async t => {
0 commit comments