lint
This commit is contained in:
parent
3cda4d0bdb
commit
6de9551bf0
1 changed files with 3 additions and 2 deletions
|
|
@ -2,8 +2,6 @@ import fs from 'fs';
|
|||
import net from 'net';
|
||||
import Stream from 'stream';
|
||||
import util from 'util';
|
||||
// eslint-disable-next-line @typescript-eslint/no-require-imports
|
||||
const URLGlobal = typeof URL === 'undefined' ? require('url').URL : URL;
|
||||
import tempy from 'tempy';
|
||||
import test, {ExecutionContext} from 'ava';
|
||||
import {JSDOM} from 'jsdom';
|
||||
|
|
@ -11,6 +9,9 @@ import {Subject, Observable} from 'rxjs';
|
|||
import ZenObservable from 'zen-observable';
|
||||
import is, {TypeName} from '../source';
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-require-imports
|
||||
const URLGlobal = typeof URL === 'undefined' ? require('url').URL : URL;
|
||||
|
||||
const isNode10orHigher = Number(process.versions.node.split('.')[0]) >= 10;
|
||||
|
||||
class PromiseSubclassFixture<T> extends Promise<T> {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue