Skip to content

Commit

Permalink
test: remove unused randomFillSync variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ctavan committed Oct 13, 2019
1 parent b22219f commit acd26d6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/test.js
Expand Up @@ -73,8 +73,6 @@ test('mathRNG', function() {
});

test('cryptoRNG', function() {
var randomFillSync = crypto.randomFillSync;

Object.keys(require.cache).forEach(function(path) {
if (/rng-browser/.test(path)) delete require.cache[path];
});
Expand Down

0 comments on commit acd26d6

Please sign in to comment.