mirror of https://github.com/webpack/webpack.git
refactor(ES6): NullDependency.test.js
This commit is contained in:
parent
a465d93f84
commit
e152999e5a
|
|
@ -1,3 +1,5 @@
|
|||
"use strict";
|
||||
|
||||
const should = require("should");
|
||||
const sinon = require("sinon");
|
||||
const NullDependency = require("../lib/dependencies/NullDependency");
|
||||
|
|
|
|||
Loading…
Reference in New Issue