Skip to content

Commit

Permalink
revert test
Browse files Browse the repository at this point in the history
  • Loading branch information
wardpeet committed Nov 26, 2021
1 parent bbbc85a commit 55f3cb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var b = require(`./b`);
var b = require('./b');

exports.bar = b.foo + 3;
exports.foo = b.foo;

0 comments on commit 55f3cb3

Please sign in to comment.