Skip to content

Commit 3ee55b3

Browse files
committed
ADD comment for pubkey#3935
1 parent dea7965 commit 3ee55b3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

test/unit/validate.test.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,16 @@ import {
2121

2222
import { wrappedValidateZSchemaStorage } from '../../plugins/validate-z-schema';
2323
import { wrappedValidateAjvStorage } from '../../plugins/validate-ajv';
24+
25+
26+
/**
27+
* The is-my-json-valid seems to be dead.
28+
* If this ever changes, reopen this PR for fix:
29+
* @link https://github.com/pubkey/rxdb/pull/3935
30+
*/
2431
// import { wrappedValidateIsMyJsonValidStorage } from '../../plugins/validate-is-my-json-valid';
32+
33+
2534
import { EXAMPLE_REVISION_1 } from '../helper/revisions';
2635

2736
const validationImplementations: {

0 commit comments

Comments
 (0)