Skip to content

Commit 235b434

Browse files
committed
[union] Fix schema default fixture lint
1 parent ed2ea5e commit 235b434

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/core/types/store-schema-defaults.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* eslint-disable @typescript-eslint/no-unused-expressions */
1+
// Store schema default types
22
// NB: an exclamation mark after a line visually indicates an expected TS error
33
import {createStore as createStoreWithoutSchemas} from 'tinybase';
44
import {createMergeableStore} from 'tinybase/mergeable-store/with-schemas';

0 commit comments

Comments
 (0)