mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 01:36:22 +00:00
cleanup tests
remove mock-fs update the comment of TestDummy.dummyStorage change dummy storage name of createFolder test
This commit is contained in:
@@ -14,7 +14,7 @@ const sander = require('sander')
|
||||
const os = require('os')
|
||||
const CSON = require('season')
|
||||
|
||||
const storagePath = path.join(os.tmpdir(), 'test/rename-storage')
|
||||
const storagePath = path.join(os.tmpdir(), 'test/create-folder')
|
||||
|
||||
test.beforeEach((t) => {
|
||||
t.context.storage = TestDummy.dummyStorage(storagePath)
|
||||
|
||||
Reference in New Issue
Block a user