aboutsummaryrefslogtreecommitdiff
path: root/test/all.functional.js
diff options
context:
space:
mode:
authorRonen Babayoff <[email protected]>2015-08-23 21:57:46 -0400
committerRonen Babayoff <[email protected]>2015-08-23 21:57:46 -0400
commit66996e280c9fbbbc2e7db376549f568be32ad5cd (patch)
treee93f412c4bceeb7ed0376e26113c9d31522af8b4 /test/all.functional.js
parentcf0bd70d5fca9c0169414f5d2c16ca32431a3fd9 (diff)
parentd8f8108ac5dbec7e2b7ea9a23dd19aa42255e3fb (diff)
downloadfaker-66996e280c9fbbbc2e7db376549f568be32ad5cd.tar.xz
faker-66996e280c9fbbbc2e7db376549f568be32ad5cd.zip
Merge v3.0.1 into practicalmeteor:faker package branch
Diffstat (limited to 'test/all.functional.js')
-rw-r--r--test/all.functional.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/all.functional.js b/test/all.functional.js
index 1a2e836a..605aad2a 100644
--- a/test/all.functional.js
+++ b/test/all.functional.js
@@ -18,11 +18,13 @@ var modules = {
lorem: ['words', 'sentence', 'sentences', 'paragraph', 'paragraphs'],
- name: ['firstName', 'lastName', 'findName'],
+ name: ['firstName', 'lastName', 'findName', 'jobTitle'],
phone: ['phoneNumber'],
finance: ['account', 'accountName', 'mask', 'amount', 'transactionType', 'currencyCode', 'currencyName', 'currencySymbol']
+
+// commerce: ['color', 'department', 'productName', 'price']
};
describe("functional tests", function () {