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 54d55ff commit 632bd3dCopy full SHA for 632bd3d
test/configCases/plugins/define-plugin/index.js
@@ -90,12 +90,12 @@ it("should not have brackets on start", function() {
90
});
91
92
it("should not explode on recursive typeof calls", function() {
93
- (typeof wurst).should.eql("undefined"); // <- is recursivly defined in config
+ (typeof wurst).should.eql("undefined"); // <- is recursively defined in config
94
95
96
it("should not explode on recursive statements", function() {
97
(function() {
98
- wurst; // <- is recursivly defined in config
+ wurst; // <- is recursively defined in config
99
}).should.throw("suppe is not defined");
100
101
0 commit comments