summaryrefslogtreecommitdiff
path: root/jest.config.js
Commit message (Collapse)AuthorAgeFilesLines
* Replace path with filename in Jest configWinnie Hellmann2019-07-111-1/+1
|
* Workaround ESLint only resolving paths in test filesWinnie Hellmann2019-07-101-1/+10
|
* Set timezone to GMT in Jest config59952Fatih Acet2019-05-021-0/+4
|
* Extract discussion notes into new componentPaul Gascou-Vaillancourt2019-05-011-0/+1
| | | | | | | | | - Moved discussion notes out of `NoteableDiscussion` component into a new `DiscussionNotes` component - Wrote Jest tests for the new `DiscussionNotes` component - Updated Jest config for emojis fixtures - Updated Karma tests `NoteableDiscussion` to match its new structure - Convert `DiffDiscussions` tests to use Vue test utils
* Add ee_else_ce to Jest configwinh-jest-ee_else_ceWinnie Hellmann2019-04-051-4/+7
|
* Set gon.ee in Jestwinh-jest-gonWinnie Hellmann2019-03-281-9/+4
|
* Ignore Jest config from ESLintWinnie Hellmann2019-03-281-1/+9
|
* Provide custom Jest environment with mocked consoleWinnie Hellmann2019-03-261-0/+1
|
* Mock timers in JestWinnie Hellmann2019-03-211-0/+1
|
* Revert "Merge branch 'winh-dequarantine-labels-autocomplete' into 'master'"Winnie Hellmann2019-03-051-1/+0
| | | | This reverts merge request !25542
* Upgrade jest and related dependenciesLukas Eipert2019-02-281-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 configWinnie Hellmann2019-02-271-0/+1
|
* Added GraphQL Jest transformPhil Hughes2019-02-261-0/+2
|
* Merge branch 'winh-jest-gfm_auto_complete_spec' into 'master'Kushal Pandya2019-02-221-0/+1
|\ | | | | | | | | Move gfm_auto_complete_spec.js to Jest See merge request gitlab-org/gitlab-ce!25463
| * Add vendor/ to Jest aliasesWinnie Hellmann2019-02-211-0/+1
| |
* | Merge branch 'winh-jest-config' into 'master'Phil Hughes2019-02-221-1/+2
|\ \ | | | | | | | | | | | | Setup Jest for EE (CE backport) See merge request gitlab-org/gitlab-ce!25468
| * | Setup Jest for EEWinnie Hellmann2019-02-211-1/+2
| |/ | | | | | | (cherry picked from commit e760abdb081e56d345e58c5a11a38f579b9fc43e)
* | Transpile @gitlab/ui for JestWinnie Hellmann2019-02-211-0/+1
|/
* Setup Jest for VueWinnie Hellmann2018-12-111-0/+5
|
* Automatically restore all Jest mocks after each testWinnie Hellmann2018-12-111-0/+1
| | | | see https://jestjs.io/docs/en/configuration.html#restoremocks-boolean
* Fail long running testsWinnie Hellmann2018-12-111-0/+1
|
* Move jest.config.js to root directoryWinnie Hellmann2018-12-111-0/+27