Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tests: replace jest with mocha #14054
tests: replace jest with mocha #14054
Changes from all commits
e15d486
b57b6d6
5f1f6be
2bd3231
f92351a
e10c0ac
2f7f891
c4d591b
d4d4830
5b2b8b0
5b03510
b553be9
e7eb722
8f8eaea
b084502
939e1d0
dbb8e60
2b3e56b
4f96ce4
d00d94a
071ae8e
b311566
71198a5
0cebb33
7f0a250
1092625
9bea135
7e3912d
e4d3a62
b3c9ecf
39eef45
4cff085
8eedc78
6656a0b
74336c5
c8c69a0
3a1908f
b497806
8ab1d52
ab2297f
e39e177
8272d98
ac081ca
34d7888
dc11c5d
e7849cb
bb0a88a
e54067b
bffe102
86f8e2f
7363822
c9a80a9
f261726
07e5b2d
09a8ced
e9942fe
f4c4959
616984a
4342499
6dc9c15
3ad00bc
e3598e4
51b8f58
1c5bbb9
dd40267
90052bc
150cdea
8c473e9
565c242
ef4f724
af9a078
389fa33
e4f3307
a85ec33
cd50b31
fcb91e6
430cc49
049b2fe
2b4a7a0
19050b5
2d2bcd0
a01d8f6
f93ae0c
dadbe1b
9010203
05193d3
aed971c
bb99f1c
46464a0
60a3e1d
1b5c356
155c6df
76190f2
1c48d28
5bb8c0e
ecbfd5c
19079fb
8100b52
7316980
53ae5fb
c55da8b
197e849
7e4d609
8834548
a8fb4fc
3a23f0c
87df3d6
819cd3e
4a5241b
9d52b2f
7986440
cd4a6b2
e4ea822
c5db0fb
2fd6c44
1cc6460
78bdc2d
d4ac04f
a0b10d4
b8c8f8c
3e168e0
e6ac2b6
7c5fb8f
6c2bb68
68b86ef
d49d996
0683edc
9195096
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ideally this could go in
shared
or something, but that already has atest
folder and this is the only place we do this so it's probably fine.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moving common test stuff to a common folder will be done sometime later.