mirror of
https://gitlab.com/psono/psono-client
synced 2025-04-19 03:22:16 +03:00
12 lines
241 B
JavaScript
12 lines
241 B
JavaScript
module.exports = async () => {
|
|
return {
|
|
"testEnvironment": "jsdom",
|
|
"setupFilesAfterEnv": [
|
|
"<rootDir>/src/setupTests.js"
|
|
],
|
|
"globals": {
|
|
"TARGET": "webclient"
|
|
},
|
|
};
|
|
};
|