Skip to content

Commit 227e4e2

Browse files
author
Peter Bengtsson
authored
Clean up jest (#50177)
1 parent a863eab commit 227e4e2

24 files changed

Lines changed: 4368 additions & 7384 deletions

File tree

.github/workflows/test-changed-content.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Test changed content
22

3-
# **What it does**: Runs the jest tests for changed and deleted content files.
3+
# **What it does**: Runs the vitest tests for changed and deleted content files.
44
# **Why we have it**: Use GitHub Actions to run tests on changed content files.
55
# **Who does it impact**: Docs engineering, open-source engineering contributors.
66

.prettierignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ src/bookmarklets/
33
src/open-source/scripts/add-pr-links.js
44
/.next/
55

6-
# jest --coverage option
76
/.coverage
87
/coverage
98

0 commit comments

Comments
 (0)