Skip to content

Commit baac5c3

Browse files
committed
FIO-10545: tests
1 parent 85e9fed commit baac5c3

File tree

5 files changed

+1652
-11
lines changed

5 files changed

+1652
-11
lines changed

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"type": "module",
99
"scripts": {
1010
"build": "vite build && tsc",
11-
"prepublish": "npm run build"
11+
"prepublish": "npm run build",
12+
"test": "NODE_OPTIONS='--unhandled-rejections=warn' vitest run"
1213
},
1314
"repository": {
1415
"type": "git",
@@ -34,12 +35,16 @@
3435
"@formio/js": "^5.0.0",
3536
"@types/node": "^18.17.5",
3637
"@types/vue": "^2.0.0",
38+
"@vitejs/plugin-vue": "^5.1.0",
3739
"@vue/compiler-sfc": "^3.4.15",
40+
"@vue/test-utils": "^2.4.3",
41+
"jsdom": "^24.0.0",
3842
"typescript": "^5.3.3",
3943
"typescript-eslint-parser": "^22.0.0",
4044
"vite": "^5.0.12",
4145
"vite-plugin-dts": "^3.7.2",
42-
"vite-tsconfig-paths": "^4.3.1"
46+
"vite-tsconfig-paths": "^4.3.1",
47+
"vitest": "^1.6.0"
4348
},
4449
"files": [
4550
"dist"

0 commit comments

Comments
 (0)