We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcb219d commit 842b6ccCopy full SHA for 842b6cc
1 file changed
test/Compiler.test.js
@@ -22,7 +22,7 @@ describe("Compiler", function() {
22
var files = {};
23
c.outputFileSystem = {
24
join: function() {
25
- return [].join.call(arguments, "/").replace(/\/+/g, "/");
+ return [].join.call(arguments, "/").replace(/\/+/g, "/");
26
},
27
mkdirp: function(path, callback) {
28
logs.mkdirp.push(path);
0 commit comments