Thanks to visit codestin.com
Credit goes to github.com

Skip to content

tbarrella/jest-large

Repository files navigation

Repro

Setup

bazel run //pkg:write_gen

Jest without Bazel

cd pkg
bazel run -- @pnpm --dir $PWD i
time pnpm test

# Repeat with cache
time pnpm test

# Repeat without cache
time pnpm test -- --no-cache

Jest with Bazel

bazel test --cache_test_results=no --test_output=streamed //pkg:test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published