Skip to content
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

chore: replace ava with vitest #6103

Merged
merged 20 commits into from
Nov 1, 2023
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
9e78fe3
test: remove obsolete snapshots
ericapisani Oct 30, 2023
40afff6
test: replace ava with vitest
ericapisani Oct 30, 2023
77d5ad7
Merge branch 'main' into ericapisani/ct-89-finish-conversion-from-ava…
ericapisani Oct 30, 2023
e2a28f8
Merge branch 'main' into ericapisani/ct-89-finish-conversion-from-ava…
ericapisani Oct 30, 2023
cb6e83e
chore: remove ava package from dependencies
ericapisani Oct 30, 2023
f7a28ff
Merge branch 'main' into ericapisani/ct-89-finish-conversion-from-ava…
sarahetter Oct 30, 2023
a3d1ec4
refactor: rename files
ericapisani Oct 30, 2023
3494c35
chore: add ava config back in
ericapisani Oct 31, 2023
a879e05
Merge branch 'ericapisani/ct-89-finish-conversion-from-ava-to-vitest'…
ericapisani Oct 31, 2023
31b416a
Merge branch 'main' into ericapisani/ct-89-finish-conversion-from-ava…
kodiakhq[bot] Oct 31, 2023
07ab09a
chore: remove legacy action since it's no longer needed
ericapisani Oct 31, 2023
2c76021
Merge branch 'ericapisani/ct-89-finish-conversion-from-ava-to-vitest'…
ericapisani Oct 31, 2023
a9aa349
test: add tools into the unit tests workflow to make sure they're sti…
ericapisani Oct 31, 2023
b21691f
refactor: have to add this back in since the ava property had to be a…
ericapisani Oct 31, 2023
4e3ea74
test: forgot to add folder to vitest config
ericapisani Oct 31, 2023
a61791e
test: remove tools from test run
ericapisani Oct 31, 2023
0dd14d2
refactor: forgot to remove a command
ericapisani Oct 31, 2023
185b7aa
test: remove tools from vitest config
ericapisani Oct 31, 2023
fa02842
Merge branch 'main' into ericapisani/ct-89-finish-conversion-from-ava…
kodiakhq[bot] Oct 31, 2023
a1f5fb4
Merge branch 'main' into ericapisani/ct-89-finish-conversion-from-ava…
kodiakhq[bot] Nov 1, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/legacy-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
with:
cond: ${{ github.event_name == 'pull_request' }}
if_true: 'npm run test:affected ${{ github.event.pull_request.base.sha }}' # on pull requests test with the project graph only the affected tests
if_false: 'npm run test:ci:ava:integration' # on the base branch run all the tests as security measure
if_false: 'npm run test:ci:vitest:integration' # on the base branch run all the tests as security measure
ericapisani marked this conversation as resolved.
Show resolved Hide resolved
if: '${{ !steps.release-check.outputs.IS_RELEASE }}'
- name: Generate self-signed certificates
run: npm run certs
Expand Down
Loading