|
hai 3 semanas | |
---|---|---|
.. | ||
.github | hai 3 semanas | |
built | hai 3 semanas | |
docs | hai 3 semanas | |
examples | hai 3 semanas | |
.nvmrc | hai 3 semanas | |
CHANGELOG.md | hai 3 semanas | |
LICENSE | hai 3 semanas | |
README.md | hai 3 semanas | |
package.json | hai 3 semanas | |
screenshot.gif | hai 3 semanas |
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.
npm install
npm test
npm run test:integration
Unit tests hijack console.log
to verify output; use console.warn
to debug.