aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/fake.unit.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fake.unit.js b/test/fake.unit.js
index d0faa0da..e541d938 100644
--- a/test/fake.unit.js
+++ b/test/fake.unit.js
@@ -4,7 +4,7 @@ if (typeof module !== 'undefined') {
var faker = require('../index');
}
-describe.only("fake.js", function () {
+describe("fake.js", function () {
describe("fake()", function () {
it("replaces a token with a random value for a method with no parameters", function () {
var name = faker.fake('{{phone.phoneNumber}}');