diff options
| author | Marak <[email protected]> | 2021-05-25 01:36:55 -0400 |
|---|---|---|
| committer | Marak <[email protected]> | 2021-05-25 01:36:55 -0400 |
| commit | 4350e30bf5d80f52a533e2267d0168f09c562f9e (patch) | |
| tree | a98790caed19e77aaf79686618ecbca51c80ee87 | |
| parent | f765f710b4a8715c66abc1404e5077a50722d318 (diff) | |
| download | faker-4350e30bf5d80f52a533e2267d0168f09c562f9e.tar.xz faker-4350e30bf5d80f52a533e2267d0168f09c562f9e.zip | |
Remove .only call from test suite
| -rw-r--r-- | test/word.unit.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/word.unit.js b/test/word.unit.js index 692177ef..0dfdf60a 100644 --- a/test/word.unit.js +++ b/test/word.unit.js @@ -3,7 +3,7 @@ if (typeof module !== "undefined") { var faker = require("../index"); } -describe.only("word.js", function () { +describe("word.js", function () { var methods = [ "adjective", "adverb", |
