Skip to content

Commit

Permalink
Remove .only call from test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
Marak committed May 25, 2021
1 parent f765f71 commit 4350e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/word.unit.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4350e30

Please sign in to comment.