Skip to content

Commit

Permalink
update contributing.md with js testing details (#781)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alanna Scott committed Jul 19, 2016
1 parent 7306b9c commit 83d5ad2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,18 @@ npm run dev

## Testing

Tests can then be run with:
Python tests can be run with:

./run_tests.sh

We use [Mocha](https://mochajs.org/), [Chai](http://chaijs.com/) and [Enzyme](http://airbnb.io/enzyme/) to test Javascript. Tests can be run with:

cd /caravel/caravel/assets/javascripts
npm i
npm run test

## Linting

Lint the project with:

# for python changes
Expand Down

0 comments on commit 83d5ad2

Please sign in to comment.