Skip to content

Commit

Permalink
chore: removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
tmont committed Jun 18, 2020
1 parent 06baa52 commit 76348c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/pug/test/pug.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1243,7 +1243,6 @@ describe('pug', function() {
__dirname + '/temp/input-compileModuleFileClient.js',
fn
);
var expected = '<div class="bar">baz</div>';
var fn = require(__dirname + '/temp/input-compileModuleFileClient.js');
expect(fn({foo: 'baz'})).toBe('<div class="bar">baz</div>');
});
Expand Down

0 comments on commit 76348c0

Please sign in to comment.