Skip to content

Commit 7791742

Browse files
goldimljharb
andauthored
Update test/noparse.js
Co-authored-by: Jordan Harband <ljharb@gmail.com>
1 parent 27d7564 commit 7791742

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/noparse.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ test('noParse array with relative paths', function (t) {
4141
'noparse/b.js',
4242
'noparse/dir1/1.js',
4343
'noparse/node_modules/robot/main.js'
44-
].map(function (x) {return path.resolve(x);}).sort();
44+
].map(function (x) { return path.resolve(x); }).sort();
4545

4646
var b = browserify({
4747
entries: [ __dirname + '/noparse/a.js' ],

0 commit comments

Comments
 (0)