Skip to content

Commit d02f5f1

Browse files
committed
updated documentation
1 parent 617c7b1 commit d02f5f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Please look at [this issue](https://github.com/bryanjos/elixirscript/issues/143)
7979

8080
The ElixirScript tests can be run using `mix test`
8181

82-
The JavaScript tests can be run using `gulp test`
82+
The JavaScript tests can be run using `npm test`
8383

8484
Please make sure all tests pass after making changes. Also make sure to include tests for
8585
the changes you made.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Compile
3838
Test
3939

4040
mix test
41-
gulp test
41+
npm test
4242

4343

4444
Contributing

0 commit comments

Comments
 (0)