d4rekanguok/gatsby-typescript

fix test

Opened this issue · 1 comments

Somehow our test didnt catch #77

The problem is our e2e set up only test gatsby-plugin-ts, which has no issue since it didn't use codegen's gatsby-node.ts file.

  • we should convert gatsby-plugin-ts to a theme & use gatsby-plugin-graphql-codegen that way
  • we should consider a new test flow that covers both plugins