0.9.1 • Published 5 years ago

ivjs v0.9.1

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

IVjs

For documentation, please visit http://ivjs.net

Changelog

Development

Run npm i to install dependencies.

Right now the project is developed with TDD. Simply add a test for the functionality you want and run npm test

Testing

Run npm test to start all tests.

Files matching *.spec.ts will run with Jest, and files matching *.test.ts will run with Karma in Chrome.

Run npm run test:karma or npm run test:jest to test only .test.ts or .spec.ts files, respectively.

Tests that can run in jsdom should generally be run with Jest. Tests that are a little too crazy to setup that way should be run with Karma.

0.9.1

5 years ago

0.9.0

5 years ago

0.8.0

5 years ago

0.7.0

5 years ago

0.6.0

5 years ago

0.5.1-pre

5 years ago