Skip to content

Commit

Permalink
Clean up jest (#50177)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbe authored Apr 16, 2024
1 parent a863eab commit 227e4e2
Show file tree
Hide file tree
Showing 24 changed files with 4,368 additions and 7,384 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-changed-content.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Test changed content

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

Expand Down
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ src/bookmarklets/
src/open-source/scripts/add-pr-links.js
/.next/

# jest --coverage option
/.coverage
/coverage

Expand Down
Loading

0 comments on commit 227e4e2

Please sign in to comment.