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

test: refactor fast suite to use vitest #3797

Merged
merged 40 commits into from
Jan 10, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
2f066f8
i guess this works
erickzhao Nov 30, 2024
f3dd453
remove resolution
erickzhao Dec 18, 2024
40e263a
checkpoint
erickzhao Dec 18, 2024
9af6daf
clean up :)
erickzhao Dec 18, 2024
5fd4661
forgot to push up lockfile
erickzhao Dec 20, 2024
2b86202
resolveDir spec
erickzhao Dec 20, 2024
906d59d
upgrade-forge-config tests
erickzhao Dec 20, 2024
1932774
convert start tests + cleanup
erickzhao Dec 23, 2024
8dc93bd
install-dependencies
erickzhao Jan 2, 2025
b19b131
delete superseded tests
erickzhao Jan 2, 2025
bb323ac
appx tests
erickzhao Jan 2, 2025
6701453
makerbase tests
erickzhao Jan 3, 2025
ebcf814
makerdeb test
erickzhao Jan 3, 2025
bc5d578
makerdmg tests
erickzhao Jan 3, 2025
d51c89b
flatpak and pkg
erickzhao Jan 3, 2025
15a8ca1
rpm tests
erickzhao Jan 6, 2025
0a9bd3b
maker snap
erickzhao Jan 6, 2025
80a3923
wix
erickzhao Jan 6, 2025
42adb6b
maker-zip tests
erickzhao Jan 6, 2025
37becf2
local electron plugin
erickzhao Jan 6, 2025
1d0c4cf
webpack plugin tests
erickzhao Jan 7, 2025
e40fb82
vite tests
erickzhao Jan 7, 2025
c92c316
MSW a few publishers
erickzhao Jan 8, 2025
8ec5baf
publisher github
erickzhao Jan 9, 2025
8c202fd
finish up tests
erickzhao Jan 9, 2025
fcabab3
remove packages
erickzhao Jan 9, 2025
bfe1996
generalize assertion for publish test
erickzhao Jan 9, 2025
327e039
increase test timeout
erickzhao Jan 9, 2025
69882d2
use junit reporter in CI
erickzhao Jan 9, 2025
d9ec6c7
Merge branch 'main' into modern-tests
erickzhao Jan 9, 2025
a83a571
turn down parallelism?
erickzhao Jan 9, 2025
d3ae2e3
fixes :)
erickzhao Jan 9, 2025
f2b1e5b
add xvfb-maybe
erickzhao Jan 9, 2025
f8c0cba
increase timeout again on npm install in asset relocator patch test
erickzhao Jan 9, 2025
0969c3f
debug statement
erickzhao Jan 9, 2025
23f79ec
does this fix it?
erickzhao Jan 9, 2025
1e7af04
fully migrate to jest-like matchers
erickzhao Jan 9, 2025
4e1bdd7
make timeout longer
erickzhao Jan 9, 2025
4618257
increase test timeout again
erickzhao Jan 9, 2025
ed5aa8f
Merge branch 'main' into modern-tests
erickzhao Jan 10, 2025
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
Prev Previous commit
Next Next commit
clean up :)
  • Loading branch information
erickzhao committed Dec 19, 2024
commit 9af6dafb5fd77f6e8b320524b16f4ebb7f028b7f
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@
"lint:fix": "prettier --write .",
"link:prepare": "lerna exec -- node ../../../tools/silent.js yarn link --silent --no-bin-links --link-folder ../../../.links",
"link:remove": "lerna exec -- node ../../../tools/silent.js yarn unlink --silent --no-bin-links --link-folder ../../../.links",
"spec": "vitest run",
"test": "npm run test:clear && xvfb-maybe cross-env NODE_ENV=test TS_NODE_PROJECT='./tsconfig.test.json' TS_NODE_FILES=1 mocha",
"test:fast": "npm run test -- --suite=fast",
"test:fast": "vitest run",
"test:slow": "npm run test -- --suite=slow",
"test:clear": "ts-node tools/test-clear",
"postinstall": "rimraf node_modules/.bin/*.ps1 && ts-node ./tools/gen-tsconfigs.ts && ts-node ./tools/gen-ts-glue.ts",
Expand Down
307 changes: 0 additions & 307 deletions packages/api/core/spec/fast/forge-config.spec.ts

This file was deleted.

Loading