Set test environment per test file

This commit is contained in:
TC
2021-06-03 21:43:07 +02:00
parent b26748ded8
commit b8c6ebfa53
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
/**
* @jest-environment ./tests/environment
*/
describe("YouTube Music App", () => {
const app = global.__APP__;