Skip to content

Commit

Permalink
add missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-klaviyo committed Feb 2, 2023
1 parent 5a86675 commit 1da4415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/nodevm.js
Expand Up @@ -248,7 +248,7 @@ describe('modules', () => {
});

assert.ok(vm.run("require('my-es-module')", __filename));
})
});

it('allows for multiple root folders', () => {
const vm = new NodeVM({
Expand Down

0 comments on commit 1da4415

Please sign in to comment.