UNPKG
node-mongodb-fixtures-test
Version:
latest (3.2.10)
3.2.10
A package and CLI for MongoDB fixtures
github.com/cdimascio/node-mongodb-fixtures
node-mongodb-fixtures-test
/
examples
/
fixtures
/
places.json
18 lines
•
290 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[
{
"name"
:
"Fenway Park"
,
"type"
:
"ballpark"
}
,
{
"name"
:
"Grand Canyon"
,
"type"
:
"national park"
}
,
{
"name"
:
"Nubble Lighthose"
,
"type"
:
"lighthouse"
}
,
{
"name"
:
"Lincoln Memorial"
,
"type"
:
"national monument"
}
]