Fix fs import in utlts.test.ts
This commit is contained in:
parent
8cac79fdb1
commit
948bd8df3c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
import fs from 'fs';
|
import fs = require('fs');
|
||||||
import * as path from 'path';
|
import * as path from 'path';
|
||||||
import * as utils from '../src/utils';
|
import * as utils from '../src/utils';
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue