@ -66,7 +66,7 @@ yarn add tslib
3. wait for 1-2 mins, and run this:
```bash
yarn test:e2e
yarn build:ts && yarn test:e2e
```
@ -57,6 +57,10 @@ const config = {
testEnvironment: process.env.NODE_ENV === 'development' ? 'node' : 'jsdom',
collectCoverage: true,
automock: false,
watchPlugins: [
'jest-watch-typeahead/filename',
'jest-watch-typeahead/testname',
],
};
module.exports = config;