what is going on

This commit is contained in:
Frank Delaguila
2022-10-04 20:46:30 -06:00
commit 001e362d38
14 changed files with 8399 additions and 0 deletions

7
jest.config.js Normal file
View File

@@ -0,0 +1,7 @@
const config = {
verbose: true,
preset: 'jest-puppeteer',
setupFilesAfterEnv: ["expect-puppeteer"]
};
module.exports = config;