This website requires JavaScript.
Explore
Help
Sign In
root
/
nexus
mirror of
https://github.com/graphql-nexus/nexus.git
Watch
1
Star
0
Fork
You've already forked nexus
0
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
main
nexus
/
tests
/
_fixtures.ts
5 lines
103 B
TypeScript
Raw
Permalink
Normal View
History
Unescape
Escape
Improving code coverage (#225) * Improving overall coverage * Improve jest config * Remove unused internal builder methods * Prefer non-inline snapshots
2019-09-23 09:28:27 +08:00
export
const
CatListFixture
=
[
chore: format with prisma-labs prettier config (#461)
2020-07-02 11:42:06 +08:00
{
id
:
'Cat:1'
,
name
:
'Felix'
}
,
{
id
:
'Cat:2'
,
name
:
'Booker'
}
,
]