We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 126efaf commit 27916acCopy full SHA for 27916ac
test/WebEnvironmentPlugin.unittest.js
@@ -23,7 +23,7 @@ describe("WebEnvironmentPlugin", () => {
23
WebEnvironmentPluginInstance.apply(compileSpy);
24
});
25
26
- it("should set compiler.outputFileSystem information with the same as setted in WebEnvironmentPlugin", () =>
+ it("should set compiler.outputFileSystem information with the same as set in WebEnvironmentPlugin", () =>
27
should(compileSpy.outputFileSystem).be.eql(
28
WebEnvironmentPluginInstance.outputFileSystem
29
));
0 commit comments