aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCraig Morris <[email protected]>2015-12-01 11:58:55 +0000
committerMarak <[email protected]>2016-02-14 13:03:35 -0500
commite570cc65ee04fa8be83c8d435aa62a05a464caf7 (patch)
tree0b1d52d54b4e97852ba091cb50f1024cf40f2c8a /test
parent0e739eb0926a67e230674fe83eb98062a8dd5a64 (diff)
downloadfaker-e570cc65ee04fa8be83c8d435aa62a05a464caf7.tar.xz
faker-e570cc65ee04fa8be83c8d435aa62a05a464caf7.zip
Remove isolated test
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}}');