mirror of
https://github.com/typicode/json-server.git
synced 2025-08-02 02:53:21 +08:00
Remove console.log
This commit is contained in:
@ -132,7 +132,6 @@ describe('cli', function () {
|
||||
})
|
||||
|
||||
it('should save a snapshot in ../../tmp', function () {
|
||||
console.log(fs.readdirSync(snapshotsDir), fs.readdirSync(snapshotsDir).length)
|
||||
assert.equal(fs.readdirSync(snapshotsDir).length, 1)
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user