Skip to content

z8v/vitest-rules_js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running vitest with Bazel

The project is used to reproduce the issue where vitest is not able to find any test files when running under Bazel.

Vitest is working as expected when running with either yarn or pnpm. All of the mentioned use-cases are part of the CI.

Using pnpm

npm i -g pnpm
pnpm run build
pnpm run test:unit

Using yarn

npm i -g yarn
yarn run build
yarn run test:unit

Using Bazel

bazel build //:build
bazel run //:test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published