rework cache

This commit is contained in:
Rene
2020-12-27 00:23:55 +01:00
parent a8fa1cb6db
commit 3ec5d38ae1
6 changed files with 596 additions and 189 deletions
+2 -2
View File
@@ -5,8 +5,8 @@
"version": "0.0.1",
"scripts": {
"test": "jest --coverage --runInBand --detectOpenHandles",
"test:jsdom": "jest --coverage --runInBand --detectOpenHandles --selectProjects jsdom",
"test:pptr": "jest --coverage --runInBand --detectOpenHandles --selectProjects puppeteer",
"test:jsdom": "jest --coverage --runInBand --detectOpenHandles --selectProjects jsdom --testPathPattern",
"test:pptr": "jest --coverage --runInBand --detectOpenHandles --selectProjects puppeteer --testPathPattern",
"build": "rollup -c"
}
}