diff options
| author | Bryan Donovan <[email protected]> | 2013-01-07 09:59:03 -0800 |
|---|---|---|
| committer | Bryan Donovan <[email protected]> | 2013-01-07 09:59:03 -0800 |
| commit | 28174e3974e22300279f7c47ef30622d7528949d (patch) | |
| tree | ca47a8a0178ed3b6fc5c719fa0ac8fc9766d558a /lib | |
| parent | 43ae1edac54048522d8209a63674b04db8a3d8b8 (diff) | |
| download | faker-28174e3974e22300279f7c47ef30622d7528949d.tar.xz faker-28174e3974e22300279f7c47ef30622d7528949d.zip | |
linting and getting address.js to 100% test coverage
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/company.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/company.js b/lib/company.js index 0b635e73..4bf11db5 100644 --- a/lib/company.js +++ b/lib/company.js @@ -1,7 +1,7 @@ var Faker = require('../index'); var company = { - suffixes: function() { + suffixes: function () { return ["Inc", "and Sons", "LLC", "Group", "and Daughters"]; }, |
