|
|
5 일 전 | |
|---|---|---|
| .. | ||
| .github | 5 일 전 | |
| built | 5 일 전 | |
| docs | 5 일 전 | |
| examples | 5 일 전 | |
| .npmignore | 5 일 전 | |
| CHANGELOG.md | 5 일 전 | |
| LICENSE | 5 일 전 | |
| README.md | 5 일 전 | |
| greenkeeper-yarn.sh | 5 일 전 | |
| package.json | 5 일 전 | |
| screenshot.gif | 5 일 전 | |
| yarn.lock | 5 일 전 | |
Real time console spec reporter for jasmine testing framework.
Install jasmine-spec-reporter via npm:
npm install jasmine-spec-reporter --save-dev
See full configuration and features: configuration.ts
You can customize the output of the reporter yourself: see how.
yarnyarn testyarn test:integrationUnit tests hijack console.log to verify output; use console.warn to debug.