mirror of
https://github.com/BoostIo/Boostnote
synced 2026-01-30 00:57:17 +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:
7
tests/fixtures/TestDummy.js
vendored
7
tests/fixtures/TestDummy.js
vendored
@@ -76,11 +76,14 @@ function dummyNote (override = {}) {
|
||||
* @param {Object}
|
||||
* ```
|
||||
* {
|
||||
* json: {folders: []},
|
||||
* json: {
|
||||
* folders: []
|
||||
* version: String(enum:'1.0')
|
||||
* },
|
||||
* cache: {
|
||||
* key: String,
|
||||
* name: String,
|
||||
* type: String(enum:FILESYSTEM),
|
||||
* type: String(enum:'FILESYSTEM'),
|
||||
* path: String
|
||||
* },
|
||||
* notes: []
|
||||
|
||||
Reference in New Issue
Block a user