diff options
author | bobzel <zzzman@gmail.com> | 2020-10-08 19:54:52 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-10-08 19:54:52 -0400 |
commit | c63d7ab902135165eaafc89bcea15805ff10f11b (patch) | |
tree | 7831cfc1fc726b51c7f40803ea2d20173f43986b /test | |
parent | 3fe20d8730cf0d18fa18956105ee92cf434b6350 (diff) |
load entire DB in one message.
Diffstat (limited to 'test')
-rw-r--r-- | test/test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.ts b/test/test.ts index 9dcd273af..489aa3025 100644 --- a/test/test.ts +++ b/test/test.ts @@ -12,7 +12,7 @@ import { Doc } from '../src/fields/Doc'; import { Cast } from '../src/fields/Types'; import { createSchema, makeInterface, defaultSpec } from '../src/fields/Schema'; import { ImageField } from '../src/fields/URLField'; -import { resolvedPorts } from '../src/client/views/Main'; +import { resolvedPorts } from '../src/client/util/CurrentUserUtils'; describe("Document", () => { it('should hold fields', () => { const key = "Test"; |