UNPKG
fixr-compiled
Version:
latest (0.0.8)
0.0.8
0.0.7
Create data fixtures for testing projects
freewil/node-fixr
fixr-compiled
/
test
/
fixtures
/
users.json
13 lines
(12 loc)
•
192 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"myusers"
: [ {
"email"
:
"something
@example
.com"
,
"password"
:
"mypassword"
}, {
"email"
:
"something2
@example
.com"
,
"password"
:
"mypassword2"
} ] }