Skip to content

Commit acd26d6

Browse files
committed
test: remove unused randomFillSync variable
1 parent b22219f commit acd26d6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ test('mathRNG', function() {
7373
});
7474

7575
test('cryptoRNG', function() {
76-
var randomFillSync = crypto.randomFillSync;
77-
7876
Object.keys(require.cache).forEach(function(path) {
7977
if (/rng-browser/.test(path)) delete require.cache[path];
8078
});

0 commit comments

Comments
 (0)