test: fix pnpm tests

This commit is contained in:
Zoltan Kochan
2019-03-16 01:38:05 +02:00
parent e512a5662c
commit ae67503d1e

View File

@@ -3,7 +3,7 @@ import byline = require('byline')
import { ChildProcess } from 'child_process'
import delay from 'delay'
import isWindows = require('is-windows')
import pAny = require('p-any')
import pAny from 'p-any'
import path = require('path')
import pathExists = require('path-exists')
import tape = require('tape')