Add jest and puppeteer for testing

This commit is contained in:
Peter Maquiran
2021-07-10 08:45:51 +01:00
parent 85a6d175dc
commit 451cfaa229
15 changed files with 7372 additions and 44 deletions
+13
View File
@@ -0,0 +1,13 @@
// jest-puppeteer.config.js
module.exports = {
server: {
command: 'http-server ./www',
port: 8080,
launchTimeout: 5000
},
launch: {
dumpio: true,
headless: false,
},
}