feat: ✨ Created a mini nodeJS server with NewMan for testing without PostMan GUI.
This will mimic a run in a CD/CI environment or docker container.
This commit is contained in:
12
node_modules/faker/locale/ReadMe.md
generated
vendored
Normal file
12
node_modules/faker/locale/ReadMe.md
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
# Read Me
|
||||
|
||||
The files in this directory have been auto-generated from the `gulpfile`.
|
||||
|
||||
These file exist in order to allow users to require the `faker` library using a specific locale ( instead of the default behavior or loading all locales ).
|
||||
|
||||
Example:
|
||||
|
||||
``` js
|
||||
var faker = require('../locale/en');
|
||||
console.log(faker.name.findName());
|
||||
```
|
Reference in New Issue
Block a user