Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.06 KB

File metadata and controls

31 lines (22 loc) · 1.06 KB

Code Climate Test Coverage

cliche818.github.io

Running this project

  • 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 webpack to generate the static javascript (assets/bundle.js)

Javascript Tests

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)

TodoList (React Test Page)

My Personal Site

Contains Connect 4 Game (written with unit tests!)

In Development

Chess Game (beta version is available live)