Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed Sep 1, 2019
1 parent c2f139f commit 28e6e64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Follow the same coding format seen in the source code; the one hard requirement

## Tests

There is an exhaustive test suite under `/tests`; statement compilation tests may be run using `grunt` (executing `tests/*.js` files),
and tests against a live Cassandra cluster may be run via `grunt test-live` (executing `tests/live/live.test.js`).
There is an exhaustive test suite under `/tests`; statement compilation tests may be run using `yarn run test` (executing `tests/*.js` files),
and tests against a live Cassandra cluster may be run via `yarn run test:live` (executing `tests/live/live.test.js`).

PR's that provide additional functionality should also provide corresponding unit test cases.
2 changes: 1 addition & 1 deletion tests/live/live.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* usage: grunt test-live
* usage: yarn run test:live
*
* This script will perform several executions against a given cassandra cluster.
*
Expand Down

0 comments on commit 28e6e64

Please sign in to comment.