We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dea7965 commit 3ee55b3Copy full SHA for 3ee55b3
test/unit/validate.test.ts
@@ -21,7 +21,16 @@ import {
21
22
import { wrappedValidateZSchemaStorage } from '../../plugins/validate-z-schema';
23
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
+ */
31
// import { wrappedValidateIsMyJsonValidStorage } from '../../plugins/validate-is-my-json-valid';
32
33
34
import { EXAMPLE_REVISION_1 } from '../helper/revisions';
35
36
const validationImplementations: {
0 commit comments