Skip to content

Commit e7bb09e

Browse files
committed
minor [skip ci]
1 parent e10e698 commit e7bb09e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/helpers/streamLog.ts

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1+
/* tslint:disable:no-require-imports */
2+
13
// core modules
24
import * as path from 'path';
35

46
// dep modules
57
import * as fs from 'graceful-fs';
68
import * as mkdirp from 'mkdirp';
7-
import rimraf from 'rimraf';
9+
10+
// @ts-ignore
11+
const rimraf = require('rimraf');
812

913
export const streamLog = (jsonc: any, logMethod: string, msgList: any[]) => {
1014

0 commit comments

Comments
 (0)