-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Unified test workflow and small improvements #5862
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
hardhatTotal size of the bundle: List of dependencies (sorted by size)
|
v-next/hardhat/src/internal/builtin-plugins/test/task-action.ts
Outdated
Show resolved
Hide resolved
v-next/hardhat/src/internal/builtin-plugins/test/task-action.ts
Outdated
Show resolved
Hide resolved
0b6e6ab
to
a323a9c
Compare
235c41c
to
030f199
Compare
This is a PR with some small improvements to have a first iteration of a unified test workflow for the alpha. This will be improved later.
It does a few things:
node:test
andmocha
plugins.builtin:test
plugin, which defines atest
task, which runs all of its subtasks.mocha
, andnode:test
plugins so that they define subtasks — This allows them to coexist 🥳 /cc @kanejdependencies:
in the builtin plugins.Unrelated improvements:
pnpm run clean
in the example project.noCompile
everywhere it was needed (mostly replacing TODOs)console
task.I also added a test in the example project which uses
forge-std
.