mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-09 15:24:43 +00:00
remove jasmine stack traces from the test output
This commit is contained in:
parent
a5990050d4
commit
190498efd7
1 changed files with 2 additions and 2 deletions
|
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
. ~/.bashrc
|
. ~/.bashrc
|
||||||
node docs/spec/specs.js --noColor && node docs/src/gen-docs.js
|
node docs/spec/specs.js --noColor | grep -v '/lib/jasmine' && node docs/src/gen-docs.js
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue