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 7b9c760 commit 5699a5dCopy full SHA for 5699a5d
example/src/tests/unitTests.spec.ts
@@ -6,6 +6,7 @@ import type {
6
import { beforeEach, describe, it } from './MochaRNAdapter'
7
import chai from 'chai'
8
import { testDb as testDbInternal, resetTestDb } from './db'
9
+import { User } from '../model/User'
10
11
function isError(e: unknown): e is Error {
12
return e instanceof Error
0 commit comments