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