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

6
jest-puppeteer.config.js Normal file
View File

@@ -0,0 +1,6 @@
module.exports = {
launch: {
headless: true,
slowMo: 30
}
};