Skip to content

Commit 1302802

Browse files
authored
Update CONTRIBUTING.md
1 parent 932f954 commit 1302802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ For you to edit the source please do the following:
99
- Clone your forked repo and install dependencies `git clone https://github.com/MYUSERNAME/alasql/ --depth 1 && cd alasql && npm install`
1010
- Make sure you work with the develop branch `git checkout develop`
1111
- Install dependencies with `npm install` 
12-
- Run tests to verify all is good `npm run test`
12+
- Run tests to verify all is good `npm test`
1313
- Add a test for the issue you have: Copy `test/test000.js` and replace `000` with a new number.
1414
- Implement a test that reflects the issue.
1515
- Run `npm test` to verify only the new test fails

0 commit comments

Comments
 (0)