We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b2104e commit f0f2e8dCopy full SHA for f0f2e8d
src/tests/datastore-tests.ts
@@ -16,7 +16,7 @@ import {
16
import { PgDataStore, cycleMigrations, runMigrations } from '../datastore/postgres-store';
17
import { PoolClient } from 'pg';
18
import { parseDbEvent } from '../api/controllers/db-controller';
19
-import { assert } from 'assert';
+import * as assert from 'assert';
20
21
describe('in-memory datastore', () => {
22
let db: MemoryDataStore;
0 commit comments