Commit graph

4 commits

Author SHA1 Message Date
KunQian a1d952b8ff Add JH vue components entry 2021-08-25 14:23:41 +08:00
Paul Slaughter 930ea01aee
Add gitlab_schema.gql warning in integration spec
- A missing gitlab_schema.graphql file can cause
  unrelated and hard to debug issues.
- This can be overwritten with GL_IGNORE_WARNINGS=1
2021-03-24 11:56:28 -05:00
David Pisek 1aecf7485f Move integration specs module name mappers
This MR moves the module-name-mappers, which are specific to
the integration suit from jest.config.base to jest.config.integration.
2021-03-23 15:09:42 +00:00
Paul Slaughter ac4d7d0f2b
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
2020-05-15 08:21:34 -05:00