|
пре 3 недеља | |
---|---|---|
.. | ||
.github | пре 3 недеља | |
built | пре 3 недеља | |
docs | пре 3 недеља | |
examples | пре 3 недеља | |
.nvmrc | пре 3 недеља | |
CHANGELOG.md | пре 3 недеља | |
LICENSE | пре 3 недеља | |
README.md | пре 3 недеља | |
package.json | пре 3 недеља | |
screenshot.gif | пре 3 недеља |
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.