2022-10-18 04:04:00 +03:00
|
|
|
/*!
|
|
|
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
|
|
* Licensed under the MIT License.
|
|
|
|
*/
|
|
|
|
|
|
|
|
module.exports = {
|
2023-09-11 23:33:34 +03:00
|
|
|
preset: "jest-puppeteer",
|
|
|
|
globals: {
|
|
|
|
PATH: `http://localhost:7575`,
|
|
|
|
},
|
|
|
|
reporters: ["default", "jest-junit"],
|
|
|
|
verbose: true,
|
2022-10-18 04:04:00 +03:00
|
|
|
};
|