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 42c0c33 commit 9856ac6Copy full SHA for 9856ac6
test/cases/parsing/issue-387/index.js
@@ -33,7 +33,7 @@ it("should parse cujojs UMD modules with deps", function() {
33
module.exports.should.be.eql(1234);
34
});
35
36
-it("should parse cujojs UMD modules with inlinded deps", function() {
+it("should parse cujojs UMD modules with inlined deps", function() {
37
(function (define) {
38
39
// using the define signature that triggers AMD-wrapped CommonJS
0 commit comments