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