项目作者: msathis

项目描述 :
NextJS, typescript, Graphql starter project.
高级语言: TypeScript
项目地址: git://github.com/msathis/nextjs-typescript-starter.git
创建时间: 2019-08-12T13:59:13Z
项目社区:https://github.com/msathis/nextjs-typescript-starter

开源协议:

下载


Bootstrap app with Jest tests inside a NextJS TypeScript GraphQL app

How to use

Install it and run:

  1. npm install
  2. npm run dev
  3. # or
  4. yarn
  5. yarn dev

Run Jest tests

  1. npm run test
  2. # or
  3. yarn test

The idea behind the example

This example shows a configuration and several examples for a running Jest tests in a NextJS TypeScript app