test(vue): add tests (#22089)

This commit is contained in:
Liam DeBeasi
2020-09-15 09:54:35 -04:00
committed by GitHub
parent a362234472
commit 3ea92f5527
9 changed files with 6104 additions and 12 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/vue",
"version": "5.4.0-dev.202009111459.5ffa65f",
"version": "5.4.0-dev.202009101933.5ffa65f",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -76,9 +76,9 @@
}
},
"@ionic/core": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-0.3.0.tgz",
"integrity": "sha512-ssrWyD6gae0+dU2tNpCzrsqOleXWt3zfrksEWbZXSe02mhhbUx16pH4CCT2KAHnybm6mguKtPjfLzF2qnuKe0A==",
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-0.3.1.tgz",
"integrity": "sha512-Qdo1Sc5SMFDn3X/pT+5KtOATpgpDJbWLEBzZxHk+2GKfZ5Ypv/qMRg/II/IaoH2GmeIZoKdDmLGTQQjqVw1/oA==",
"requires": {
"ionicons": "^5.1.2",
"tslib": "^1.10.0"
@ -91,6 +91,14 @@
"dev": true,
"requires": {
"typescript": "3.9.7"
},
"dependencies": {
"typescript": {
"version": "3.9.7",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.7.tgz",
"integrity": "sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==",
"dev": true
}
}
},
"@vue/compiler-core": {