Skip to content

Commit

Permalink
use require with template literal in test
Browse files Browse the repository at this point in the history
  • Loading branch information
wardpeet committed Nov 26, 2021
1 parent 9f0d52d commit 4e5150e
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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 4e5150e

Please sign in to comment.