Skip to content

Commit

Permalink
tests: Have bad point to a file that’s definitely not a module, as it…
Browse files Browse the repository at this point in the history
… was causing by issues in browserify related to: browserify/browserify#1030
  • Loading branch information
latentflip committed Dec 17, 2014
1 parent 42a8634 commit 053e0c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fixtures/app/badapp.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var foo = require('foo');
var foo = require('not-a-module');

module.exports = function () {
var x = 1;
Expand Down

0 comments on commit 053e0c6

Please sign in to comment.