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 b392661 commit 7fcc1d0Copy full SHA for 7fcc1d0
test/configCases/plugins/define-plugin/index.js
@@ -81,7 +81,7 @@ it("should assign to process.env", function() {
81
process.env.TEST = "test";
82
process.env.TEST.should.be.eql("test");
83
});
84
-it("should not have brakets on start", function() {
+it("should not have brackets on start", function() {
85
function f() {
86
throw new Error("should not be called");
87
}
0 commit comments