Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Oct 17, 2019
1 parent 6a42330 commit 4ab776a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
@@ -1,3 +1,3 @@
{
"args": ["script.js", "--out-file", "dist/nested/script.js"]
"args": ["script.js", "--out-file", "folder/nested/script.js"]
}
@@ -0,0 +1,5 @@
"use strict";

arr.map(function (x) {
return x * MULTIPLIER;
});

0 comments on commit 4ab776a

Please sign in to comment.