1
0
mirror of https://gitlab.com/psono/psono-client synced 2025-04-19 03:22:16 +03:00
psono-client/jest.config.js
Sascha Pfeiffer 889ac2786f Upgraded to Manifest v3
Signed-off-by: Sascha Pfeiffer <sascha.pfeiffer@esaqa.com>
2023-11-24 09:55:36 +01:00

12 lines
241 B
JavaScript

module.exports = async () => {
return {
"testEnvironment": "jsdom",
"setupFilesAfterEnv": [
"<rootDir>/src/setupTests.js"
],
"globals": {
"TARGET": "webclient"
},
};
};