|
hace 3 semanas | |
---|---|---|
.. | ||
.github | hace 3 semanas | |
built | hace 3 semanas | |
docs | hace 3 semanas | |
examples | hace 3 semanas | |
.nvmrc | hace 3 semanas | |
CHANGELOG.md | hace 3 semanas | |
LICENSE | hace 3 semanas | |
README.md | hace 3 semanas | |
package.json | hace 3 semanas | |
screenshot.gif | hace 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.