Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Merge branch 'winh-dequarantine-labels-autocomplete' into 'master'" | Winnie Hellmann | 2019-03-05 | 1 | -1/+0 |
| | | | | This reverts merge request !25542 | ||||
* | Upgrade jest and related dependencies | Lukas Eipert | 2019-02-28 | 1 | -1/+1 |
| | | | | | | | | | | This removes other outdated babel@6 dependencies as well. Unfortunately the newer version of vue-jest has a dependency of an older version of ts-jest. In order to satisfy the peerDependency from ts-jest, we are forcing the version@24. The only "breaking" change from ts-jest 23->24 is that it requires a newer version of jest. This might be obsolete soon, as vue-jest plans on switching to babel eventually. | ||||
* | Add fixtures path to Jest config | Winnie Hellmann | 2019-02-27 | 1 | -0/+1 |
| | |||||
* | Added GraphQL Jest transform | Phil Hughes | 2019-02-26 | 1 | -0/+2 |
| | |||||
* | Merge branch 'winh-jest-gfm_auto_complete_spec' into 'master' | Kushal Pandya | 2019-02-22 | 1 | -0/+1 |
|\ | | | | | | | | | Move gfm_auto_complete_spec.js to Jest See merge request gitlab-org/gitlab-ce!25463 | ||||
| * | Add vendor/ to Jest aliases | Winnie Hellmann | 2019-02-21 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'winh-jest-config' into 'master' | Phil Hughes | 2019-02-22 | 1 | -1/+2 |
|\ \ | | | | | | | | | | | | | Setup Jest for EE (CE backport) See merge request gitlab-org/gitlab-ce!25468 | ||||
| * | | Setup Jest for EE | Winnie Hellmann | 2019-02-21 | 1 | -1/+2 |
| |/ | | | | | | | (cherry picked from commit e760abdb081e56d345e58c5a11a38f579b9fc43e) | ||||
* | | Transpile @gitlab/ui for Jest | Winnie Hellmann | 2019-02-21 | 1 | -0/+1 |
|/ | |||||
* | Setup Jest for Vue | Winnie Hellmann | 2018-12-11 | 1 | -0/+5 |
| | |||||
* | Automatically restore all Jest mocks after each test | Winnie Hellmann | 2018-12-11 | 1 | -0/+1 |
| | | | | see https://jestjs.io/docs/en/configuration.html#restoremocks-boolean | ||||
* | Fail long running tests | Winnie Hellmann | 2018-12-11 | 1 | -0/+1 |
| | |||||
* | Move jest.config.js to root directory | Winnie Hellmann | 2018-12-11 | 1 | -0/+27 |