Closed juan-fernandez closed 3 months ago
Update README to let users know how to use this GHA with vitest.
vitest requires an extra parameter passed to NODE_OPTIONS. After merging https://github.com/DataDog/test-visibility-install-script/pull/4 we're able to explicitly pass it to processes running vitest tests.
vitest
NODE_OPTIONS
Manual tests
What does this PR do?
Update README to let users know how to use this GHA with vitest.
Motivation
vitest
requires an extra parameter passed toNODE_OPTIONS
. After merging https://github.com/DataDog/test-visibility-install-script/pull/4 we're able to explicitly pass it to processes runningvitest
tests.Describe how to test/QA your changes
Manual tests