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

PR-URL: #11974
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Daijiro Wachi <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
  • Loading branch information
mpelekh authored and MylesBorins committed Apr 19, 2017
1 parent aab9526 commit 6063a4a
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 6063a4a

Please sign in to comment.