echobind/bisonapp

Fix: Tests are Failing after Init

code-jenn-or opened this issue · 0 comments

With removal of the nexus-prisma-plugin several CRUD operations and default Input types, resolvers, etc are no longer created and thus the tests are not functioning as expected

Recreate:
npx create-bison-app@1.10.8 my-test-app
yarn db:setup
yarn test

Note tsConfig is deprecated and the video shared also shows the tests failing because of a bad import statement for server of the GraphQL setup as are the setup commands that need to be updated. This is resolved in PR #157
After resolving those you will still have many failing tests

https://www.loom.com/share/4fa6d576fb0e4572a7372b698a40cded