Skip to content

Commit

Permalink
feat(jasmine-node): use the jasmine-node NPM to run our non-browser s…
Browse files Browse the repository at this point in the history
…pecs
  • Loading branch information
mhevery authored and IgorMinar committed Aug 31, 2011
1 parent 3c80cf3 commit e5da0c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gen_docs.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
if [ ! -e gen_docs.disable ]; then
/usr/bin/env node docs/spec/specs.js --noColor | grep -v '/lib/jasmine' && node docs/src/gen-docs.js
/usr/bin/env jasmine-node docs/spec -i docs/src -i lib --noColor && node docs/src/gen-docs.js
fi
2 changes: 1 addition & 1 deletion i18n/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ BASE_DIR=`dirname $0`
cd $BASE_DIR


/usr/bin/env jasmine-node spec/ --noColor | grep -v '/lib/jasmine' && node src/closureSlurper.js
/usr/bin/env jasmine-node spec/ --noColor && node src/closureSlurper.js

0 comments on commit e5da0c9

Please sign in to comment.