Skip to content

Commit

Permalink
Remove unused assert import from ext tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Sep 17, 2018
1 parent b73ca44 commit 85cd3c1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions test/cjs/ext/no-ext.js
@@ -1,7 +1,5 @@
"use strict"

const assert = require("assert")

module.exports = () => {
return import("../../fixture/cjs/ext/no-ext-cjs")
}
2 changes: 0 additions & 2 deletions test/cjs/ext/unknown.js
@@ -1,7 +1,5 @@
"use strict"

const assert = require("assert")

module.exports = () => {
return import("../../fixture/cjs/ext/a.js.unknown")
}

0 comments on commit 85cd3c1

Please sign in to comment.