Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 313 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (8 loc) · 313 Bytes

CONTRIBUTING

EditorConfig

This project has a .editorconifg file. Go to EditorConfig.org and install the plugin for your editor.

Running the tests

  1. npm install
  2. npm test

Note: some permission assertions always fail on Windows for now (:frowning:, I know)