Skip to content

Commit

Permalink
[splitio, splitio-engine] Added support for multiple treatments
Browse files Browse the repository at this point in the history
  • Loading branch information
facundocabrera committed Feb 12, 2016
1 parent a23cc3b commit 434fcb6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions scripts/test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#!/usr/bin/env bash

cd packages/splitio-cache
npm test
cd -

cd packages/splitio-engine
npm test
cd -

cd packages/splitio
npm test
cd -

# cd packages/splitio-browser
# npm test
# cd -

0 comments on commit 434fcb6

Please sign in to comment.