Skip to content

Commit 5699a5d

Browse files
committed
fix: missing import
1 parent 7b9c760 commit 5699a5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

example/src/tests/unitTests.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import type {
66
import { beforeEach, describe, it } from './MochaRNAdapter'
77
import chai from 'chai'
88
import { testDb as testDbInternal, resetTestDb } from './db'
9+
import { User } from '../model/User'
910

1011
function isError(e: unknown): e is Error {
1112
return e instanceof Error

0 commit comments

Comments
 (0)