Skip to content

Commit

Permalink
Merge branch 'master' into add-kurtosis-to-ci-workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
scorbajio authored Jun 28, 2024
2 parents 9d88ffe + b49ff15 commit 8fbd16e
Show file tree
Hide file tree
Showing 73 changed files with 2,216 additions and 1,250 deletions.
4 changes: 4 additions & 0 deletions config/MONOREPO.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,8 @@ Fixes code style according to the rules. Differently from `npm run lint`, this c

Runs the package tests.

#### `npx vitest test/<name>/<filename>.spec.ts`

Run & watch a single test file. Vitest will run the specified test file each time code in the associated package is updated so useful for prototyping when you are working on a specific issue/test case.

_Note that the VM has several test scopes - refer to [packages/vm/package.json](https://github.com/ethereumjs/ethereumjs-monorepo/blob/master/packages/vm/package.json) for more info._
Loading

0 comments on commit 8fbd16e

Please sign in to comment.