We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 932f954 commit 1302802Copy full SHA for 1302802
CONTRIBUTING.md
@@ -9,7 +9,7 @@ For you to edit the source please do the following:
9
- Clone your forked repo and install dependencies `git clone https://github.com/MYUSERNAME/alasql/ --depth 1 && cd alasql && npm install`
10
- Make sure you work with the develop branch `git checkout develop`
11
- Install dependencies with `npm install`
12
-- Run tests to verify all is good `npm run test`
+- Run tests to verify all is good `npm test`
13
- Add a test for the issue you have: Copy `test/test000.js` and replace `000` with a new number.
14
- Implement a test that reflects the issue.
15
- Run `npm test` to verify only the new test fails
0 commit comments