8000 cli/testing/test-setup at main · code-pushup/cli · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History

README.md

test-setup

This library contains test setup.

More on this subject as well as all the testing strategy principles can be found on the GitHub wiki.

Shared config

See @code-pushup/test-setup-config docs on how to use our Vitest config factory.

Mock setup

In this library you can find all files that can be used in setupFiles property of vitest.config.(unit|int|e2e).ts files. Currently include:

Additionally, you may find helper functions for:

0