diff options
| author | Levente Löki <[email protected]> | 2016-11-24 14:31:01 +0100 |
|---|---|---|
| committer | Levente Löki <[email protected]> | 2016-11-24 14:31:01 +0100 |
| commit | 8794efa5bfdaccaf47a7cee227bbef93cffbb66e (patch) | |
| tree | 21d7dac260ed653533aef9c1038caf94fdc59154 | |
| parent | ca8eedbba9c3a96f916cd9c6e266329ad0686a91 (diff) | |
| download | faker-8794efa5bfdaccaf47a7cee227bbef93cffbb66e.tar.xz faker-8794efa5bfdaccaf47a7cee227bbef93cffbb66e.zip | |
Added lorem.slug to functional test
| -rw-r--r-- | test/all.functional.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/all.functional.js b/test/all.functional.js index 605aad2a..5295777f 100644 --- a/test/all.functional.js +++ b/test/all.functional.js @@ -16,7 +16,7 @@ var modules = { internet: ['email', 'userName', 'domainName', 'domainWord', 'ip'], - lorem: ['words', 'sentence', 'sentences', 'paragraph', 'paragraphs'], + lorem: ['words', 'sentence', 'slug', 'sentences', 'paragraph', 'paragraphs'], name: ['firstName', 'lastName', 'findName', 'jobTitle'], |
