GitLab Bot
a34d7fd9a7
Add latest changes from gitlab-org/gitlab@master
2023-11-08 15:07:19 +00:00
GitLab Bot
04b866f03b
Add latest changes from gitlab-org/gitlab@master
2023-11-04 00:07:28 +00:00
GitLab Bot
5eba9c0d33
Add latest changes from gitlab-org/gitlab@master
2021-11-11 00:12:46 +00:00
GitLab Bot
e1b5604609
Add latest changes from gitlab-org/gitlab@master
2021-11-09 21:10:00 +00:00
GitLab Bot
af7ba639ec
Add latest changes from gitlab-org/gitlab@master
2021-09-03 15:10:48 +00:00
GitLab Bot
5838993b5f
Add latest changes from gitlab-org/gitlab@master
2020-12-23 21:10:24 +00:00
GitLab Bot
1902e25626
Add latest changes from gitlab-org/gitlab@master
2020-05-20 21:09:09 +00:00
GitLab Bot
95ab36cd97
Add latest changes from gitlab-org/gitlab@master
2020-05-15 21:08:21 +00:00
GitLab Bot
65a1175e46
Add latest changes from gitlab-org/gitlab@master
2020-03-11 06:10:11 +00:00
GitLab Bot
1fa79760ad
Add latest changes from gitlab-org/gitlab@master
2020-03-10 12:08:16 +00:00
GitLab Bot
8831c2df7f
Add latest changes from gitlab-org/gitlab@master
2020-02-28 21:09:15 +00:00
GitLab Bot
66d4203791
Add latest changes from gitlab-org/gitlab@master
2020-02-26 09:08:47 +00:00
GitLab Bot
66ce6a78f6
Add latest changes from gitlab-org/gitlab@master
2020-01-22 00:08:47 +00:00
GitLab Bot
5bd24a54ef
Add latest changes from gitlab-org/gitlab@master
2019-12-17 09:07:48 +00:00
GitLab Bot
5e11c9b77c
Add latest changes from gitlab-org/gitlab@master
2019-12-10 12:07:55 +00:00
GitLab Bot
a92d6b36c2
Add latest changes from gitlab-org/gitlab@master
2019-11-05 09:21:54 +00:00
GitLab Bot
0f0a8be306
Add latest changes from gitlab-org/gitlab@master
2019-10-30 21:07:58 +00:00
GitLab Bot
5ecacec304
Add latest changes from gitlab-org/gitlab@master
2019-10-04 15:06:38 +00:00
GitLab Bot
5707f305f4
Add latest changes from gitlab-org/gitlab@master
2019-09-26 12:06:00 +00:00
GitLab Bot
150effab27
Add latest changes from gitlab-org/gitlab@master
2019-09-24 21:06:18 +00:00
GitLab Bot
80f61b4035
Add latest changes from gitlab-org/gitlab@master
2019-09-18 14:02:45 +00:00
GitLab Bot
a93dfc1b7e
Add latest changes from gitlab-org/gitlab@master
2019-09-14 00:06:25 +00:00
Winnie Hellmann
5bd4bcc3e3
Replace path with filename in Jest config
2019-07-11 11:13:01 +00:00
Winnie Hellmann
a5d4c5879f
Workaround ESLint only resolving paths in test files
2019-07-10 13:27:39 +00:00
Fatih Acet
99156dd760
Set timezone to GMT in Jest config
2019-05-02 12:54:55 +02:00
Paul Gascou-Vaillancourt
911701ae47
Extract discussion notes into new component
...
- 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
2019-05-01 10:04:07 +00:00
Winnie Hellmann
7b4756162a
Add ee_else_ce to Jest config
2019-04-05 11:14:22 +02:00
Winnie Hellmann
63f6fcd0b7
Set gon.ee in Jest
2019-03-28 18:17:10 +01:00
Winnie Hellmann
5a2d7bf245
Ignore Jest config from ESLint
2019-03-28 18:14:47 +01:00
Winnie Hellmann
fbe1f8b4cb
Provide custom Jest environment with mocked console
2019-03-26 20:49:05 +01:00
Winnie Hellmann
939140c33e
Mock timers in Jest
2019-03-21 18:04:33 +01:00
Winnie Hellmann
55f76ce8f6
Revert "Merge branch 'winh-dequarantine-labels-autocomplete' into 'master'"
...
This reverts merge request !25542
2019-03-05 11:02:00 +00:00
Lukas Eipert
c151cebaaa
Upgrade jest and related dependencies
...
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.
2019-02-28 12:36:29 +01:00
Winnie Hellmann
fb23a411d1
Add fixtures path to Jest config
2019-02-27 09:08:41 +01:00
Phil Hughes
224417e2b4
Added GraphQL Jest transform
2019-02-26 12:26:15 +00:00
Kushal Pandya
a40bb1e8ec
Merge branch 'winh-jest-gfm_auto_complete_spec' into 'master'
...
Move gfm_auto_complete_spec.js to Jest
See merge request gitlab-org/gitlab-ce!25463
2019-02-22 10:06:06 +00:00
Phil Hughes
f6483cc3b8
Merge branch 'winh-jest-config' into 'master'
...
Setup Jest for EE (CE backport)
See merge request gitlab-org/gitlab-ce!25468
2019-02-22 08:36:20 +00:00
Winnie Hellmann
db583a3387
Setup Jest for EE
...
(cherry picked from commit e760abdb08
)
2019-02-21 15:49:48 +01:00
Winnie Hellmann
948df0e383
Add vendor/ to Jest aliases
2019-02-21 14:25:39 +01:00
Winnie Hellmann
dc9a67652d
Transpile @gitlab/ui for Jest
2019-02-21 11:02:32 +01:00
Winnie Hellmann
4b3573f2e9
Setup Jest for Vue
2018-12-11 15:03:59 +01:00
Winnie Hellmann
2c1d434331
Automatically restore all Jest mocks after each test
...
see https://jestjs.io/docs/en/configuration.html#restoremocks-boolean
2018-12-11 13:06:19 +01:00
Winnie Hellmann
fac4d54f3d
Fail long running tests
2018-12-11 13:06:19 +01:00
Winnie Hellmann
ca3603de56
Move jest.config.js to root directory
2018-12-11 13:06:19 +01:00