Skip to content

Commit c259261

Browse files
committed
Remove console.log
1 parent f0e6c9a commit c259261

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/cli/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ describe('cli', function () {
132132
})
133133

134134
it('should save a snapshot in ../../tmp', function () {
135-
console.log(fs.readdirSync(snapshotsDir), fs.readdirSync(snapshotsDir).length)
136135
assert.equal(fs.readdirSync(snapshotsDir).length, 1)
137136
})
138137

0 commit comments

Comments
 (0)