mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2024-11-24 22:46:40 +00:00
6 lines
135 B
JavaScript
6 lines
135 B
JavaScript
module.exports = {
|
|
preset: "jest-puppeteer",
|
|
testMatch: ["<rootDir>/test/**/*.spec.[jt]s?(x)"],
|
|
setupFiles: ["dotenv/config"]
|
|
};
|