We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 617c7b1 commit d02f5f1Copy full SHA for d02f5f1
CONTRIBUTING.md
@@ -79,7 +79,7 @@ Please look at [this issue](https://github.com/bryanjos/elixirscript/issues/143)
79
80
The ElixirScript tests can be run using `mix test`
81
82
-The JavaScript tests can be run using `gulp test`
+The JavaScript tests can be run using `npm test`
83
84
Please make sure all tests pass after making changes. Also make sure to include tests for
85
the changes you made.
README.md
@@ -38,7 +38,7 @@ Compile
38
Test
39
40
mix test
41
- gulp test
+ npm test
42
43
44
Contributing
0 commit comments