Add unit and integration jest.config files
**Why?** To write [FE integration tests][1], we will need to have two related but different environments. The best way to do this is with two configs and a base config. [1]: https://docs.gitlab.com/ee/development/testing_guide/testing_levels.html#frontend-integration-tests
显示
- .eslintignore 1 个添加, 1 个删除.eslintignore
- jest.config.base.js 93 个添加, 0 个删除jest.config.base.js
- jest.config.integration.js 5 个添加, 0 个删除jest.config.integration.js
- jest.config.js 0 个添加, 103 个删除jest.config.js
- jest.config.unit.js 17 个添加, 0 个删除jest.config.unit.js
- package.json 1 个添加, 1 个删除package.json
- spec/frontend/.eslintrc.yml 1 个添加, 1 个删除spec/frontend/.eslintrc.yml
加载中
想要评论请 注册 或 登录