Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 248 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (10 loc) · 248 Bytes

How To Contribute

Installation

  • git clone qunit-fixtures
  • cd qunit-fixtures
  • yarn install

Linting

  • yarn lint

Running tests

  • yarn test – Runs the test suite
  • yarn test:debug – Runs the test suite in debug mode