chore(): remove old test app, bump dependencies (#23481)

This commit is contained in:
Liam DeBeasi
2021-06-22 08:43:57 -04:00
committed by GitHub
parent a2a4cff3d0
commit b3847ff723
25 changed files with 4784 additions and 21519 deletions

View File

@ -1,3 +1,6 @@
/**
* @jest-environment jsdom
*/
import { createViewStacks } from '../src/viewStacks';
let viewStacks;

File diff suppressed because it is too large Load Diff

View File

@ -45,7 +45,7 @@
"@ionic/vue": "5.4.1",
"@types/jest": "^26.0.13",
"@types/node": "^14.10.1",
"jest": "^26.6.1",
"jest": "^27.0.4",
"rimraf": "^3.0.2",
"rollup": "^2.32.1",
"ts-jest": "^26.4.3",