Fix node tests to be compatible with --esModuleInterop (#23437)

This commit is contained in:
Andy
2018-02-05 13:08:34 -08:00
committed by GitHub
parent bef4d2b27d
commit b890bf4556
6 changed files with 6 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
import * as assert from "assert";
import assert = require("assert");
import * as fs from "fs";
import * as events from "events";
import events2 = require("events");