forked from FoundKeyGang/FoundKey
use file extension in import
This commit is contained in:
parent
c5e5fb1162
commit
e6a13c177d
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import * as assert from 'assert';
|
|||
import * as childProcess from 'child_process';
|
||||
import { describe, before, beforeEach, after, it } from 'mocha';
|
||||
import * as sinon from 'sinon';
|
||||
import { async, signup, startServer, shutdownServer, initTestDb } from '../utils';
|
||||
import { async, signup, startServer, shutdownServer, initTestDb } from '../utils.js';
|
||||
|
||||
describe('Creating a block activity', () => {
|
||||
let p: childProcess.ChildProcess;
|
||||
|
|
Loading…
Reference in a new issue