graphql / swapi-graphql

A GraphQL schema and server wrapping SWAPI.
http://graphql.org/swapi-graphql/
MIT License
1.04k stars 274 forks source link

chore: convert mocha to jest #190

Closed gagoar closed 3 years ago

gagoar commented 3 years ago

Description

This PR contains all the changes to make tests run with Jest.

I've removed mocha and chai as well.

Considerations

If this PR is merged we will not need to merge closes #189 🎉

acao commented 3 years ago

looks fine to me, thanks for this!