test(integration-tests): isolate user memory from test runs (#6790)

This commit is contained in:
Gal Zahavi 2025-08-21 17:34:13 -07:00 committed by GitHub
parent 15c62bade3
commit 14ca687c05
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 36 additions and 2 deletions

View file

@ -4,5 +4,6 @@
"noEmit": true,
"allowJs": true
},
"include": ["**/*.ts"]
"include": ["**/*.ts"],
"references": [{ "path": "../packages/core" }]
}