switch from puppeteer to playwright

This commit is contained in:
Rene
2021-01-25 00:47:15 +01:00
parent 4eecc6fa7a
commit be25d8a712
42 changed files with 1054 additions and 949 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
const path = require('path');
const deploymentConfig = require('./jest-puppeteer.rollup.config.js');
const deploymentConfig = require('./jest-browser.rollup.config.js');
module.exports = {
process: (src, filePath) => {