Commit 38426e43 authored by Paul Slaughter's avatar Paul Slaughter

Merge branch 'winh-new-jest-mandatory' into 'master'

Update testing guide to make new tests in Jest mandatory

See merge request gitlab-org/gitlab!21123
parents 094cac3a bf89381e
......@@ -26,7 +26,7 @@ If you need to update an existing Karma test file (found in `spec/javascripts`),
need to migrate the whole spec to Jest. Simply updating the Karma spec to test your change
is fine. It is probably more appropriate to migrate to Jest in a separate merge request.
If you need to create a new test file, we strongly recommend creating one in Jest. This will
If you create a new test file, it needs to be created in Jest. This will
help support our migration and we think you'll love using Jest.
As always, please use discretion. Jest solves a lot of issues we experienced in Karma and
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment