WIP: sib-core tests
Libraries
We use open wc, karma and chai.
The sample test is /tests/storeMixin.test.js
.
Documentation: https://open-wc.org/testing/
Launch tests
npm install
npm run build:dev
-
npm run test
ornpm run test:watch
NB: It fails sometimes, depending on how long it takes to the store mixin to fetch the datas. It will be fixed in a future version