- using Ruby 2.7.1, bundle version 2.1.4
- run bundle exec jekyll serve (to run a local version of the site)
- for React pages, requires running
yarn webpackto generate the static javascript (assets/bundle.js)
a) npm test (for older files)
- go to http://localhost:9876/ (Karma requires the page to open in a browser to run the tests) b) yarn jest (for react component tests)