Skip to content

Commit

Permalink
test: improve test-vm-cached-data.js
Browse files Browse the repository at this point in the history
* verify error message by adding 2nd argument to throws in test-assert
  • Loading branch information
mpelekh committed Mar 21, 2017
1 parent 5bda5fa commit 77d7057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-vm-cached-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ assert.throws(() => {
new vm.Script('function abc() {}', {
cachedData: 'ohai'
});
});
}, /^TypeError: options.cachedData must be a Buffer instance$/);

0 comments on commit 77d7057

Please sign in to comment.