Skip to content

Commit 1da4415

Browse files
committed
add missing semicolon
1 parent 5a86675 commit 1da4415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/nodevm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ describe('modules', () => {
248248
});
249249

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

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

0 commit comments

Comments
 (0)