Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 610 Bytes

File metadata and controls

16 lines (14 loc) · 610 Bytes

StarterProject

A quick project to get you going writing tests in jest with ES6

Setup a machine

In powershell you can setup from a completely fresh windows machine by running line 2 of MachineSetup.windows.ps1

Setting up project

If you just cloned the repo, run

yarn add jest @babel/cli @babel/core @babel/preset-env regenerator-runtime
yarn test

snippet source | anchor