Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 786 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 786 Bytes

Canadian Border Patrol

Canadian border patrol is a collaboration between two guys, one Canadian, one American, to try and bridge some of the differences that come out of growing up in North America.

Built with npm

npm install

# start the development server
npm start

# build production
npm run build

# serve production locally
npm run serve

# build and deploy to github pages
npm run deploy

Tests

Based on the guide: https://www.gatsbyjs.org/docs/unit-testing/

# run tests
npm test

# run tests with watch flag
npm test -- --watch

# update snapshots
npm test -- -u

# get test coverage report
npm test -- --coverage

To build tests check the tests directory.