Skip to content

Commit

Permalink
Use vitest instead of jest (#50150)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbe authored Apr 16, 2024
1 parent e53e718 commit e0c8c80
Show file tree
Hide file tree
Showing 167 changed files with 1,973 additions and 448 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/headless-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Headless Tests

# **What it does**: This runs our browser tests to test things that depend
# on client-side JavaScript.
# **Why we have it**: Because most automated jest tests only test static
# **Why we have it**: Because most automated vitest tests only test static
# input and outputs.
# **Who does it impact**: Docs engineering, open-source engineering contributors.

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ concurrency:
cancel-in-progress: true

env:
# Setting this will activate the jest tests that depend on actually
# Setting this will activate the vitest tests that depend on actually
# sending real search queries to Elasticsearch
ELASTICSEARCH_URL: http://localhost:9200/

Expand Down
Loading

0 comments on commit e0c8c80

Please sign in to comment.