aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAdam Walker <[email protected]>2021-05-19 23:03:07 -0400
committerAdam Walker <[email protected]>2021-05-19 23:03:07 -0400
commit20751822c88470e5ee35d64bbe73ad9d00a54132 (patch)
treee223b7ae73b902398fcca8d1733e0e813fb219ef /test
parentc0a172dc5d6308731fd879db2ffcddf4714370f5 (diff)
downloadfaker-20751822c88470e5ee35d64bbe73ad9d00a54132.tar.xz
faker-20751822c88470e5ee35d64bbe73ad9d00a54132.zip
Removed seed call from unit tests
Diffstat (limited to 'test')
-rw-r--r--test/word.unit.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/word.unit.js b/test/word.unit.js
index 9a0c53a5..f96ff334 100644
--- a/test/word.unit.js
+++ b/test/word.unit.js
@@ -4,7 +4,6 @@ if (typeof module !== "undefined") {
}
describe.only("word.js", function () {
- faker.seed(Math.random() * 100000000 + 1);
var methods = [
"adjective",
"adverb",