Skip to content

Commit

Permalink
Update custom-storage.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
pubkey committed Dec 20, 2023
1 parent d5b01dc commit 39751c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/custom-storage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Therefore do the following steps:
* - clone the whole rxdb repository
* - replace this file (custom-storage.ts) with a file that exports your values of RxTestStorage
* - Run 'npm run transpile && cross-env DEFAULT_STORAGE=dexie NODE_ENV=fast mocha --config ./config/.mocharc.js ./test_tmp/unit.test.js'
* - Run 'npm run transpile && cross-env DEFAULT_STORAGE=custom NODE_ENV=fast mocha --config ./config/.mocharc.js ./test_tmp/unit.test.js'
*/
import type { RxTestStorage } from '../../plugins/core/index.mjs';
export const CUSTOM_STORAGE: RxTestStorage = { name: 'broken'} as any;

0 comments on commit 39751c6

Please sign in to comment.