aboutsummaryrefslogtreecommitdiff
path: root/rand/tests/wasm_bindgen/js/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'rand/tests/wasm_bindgen/js/index.js')
-rw-r--r--rand/tests/wasm_bindgen/js/index.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/rand/tests/wasm_bindgen/js/index.js b/rand/tests/wasm_bindgen/js/index.js
deleted file mode 100644
index a02fb59..0000000
--- a/rand/tests/wasm_bindgen/js/index.js
+++ /dev/null
@@ -1,7 +0,0 @@
-'use strict';
-
-const rand_wasm_bindgen_test = require('./rand_wasm_bindgen_test');
-
-console.log(rand_wasm_bindgen_test.generate_from_entropy());
-console.log(rand_wasm_bindgen_test.generate_from_os_rand());
-console.log(rand_wasm_bindgen_test.generate_from_seed());