|
před 3 týdny | |
---|---|---|
.. | ||
.github | před 3 týdny | |
built | před 3 týdny | |
docs | před 3 týdny | |
examples | před 3 týdny | |
.nvmrc | před 3 týdny | |
CHANGELOG.md | před 3 týdny | |
LICENSE | před 3 týdny | |
README.md | před 3 týdny | |
package.json | před 3 týdny | |
screenshot.gif | před 3 týdny |
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.