Skip to content

Commit e46dad7

Browse files
authored
Fix the basic TinyBird tests (#134)
Signed-off-by: Raúl Santos <4837+borfast@users.noreply.github.com>
1 parent 17c36c1 commit e46dad7

File tree

6 files changed

+226
-234
lines changed

6 files changed

+226
-234
lines changed

frontend/package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"tsc-check": "tsc --noEmit",
1414
"prepare": "cd .. && husky ./frontend/.husky",
1515
"storybook": "storybook dev -p 6006",
16-
"storybook:build": "storybook build"
16+
"storybook:build": "storybook build",
17+
"test": "vitest"
1718
},
1819
"dependencies": {
1920
"@linuxfoundation/lfx-ui-core": "^0.0.14",
@@ -37,7 +38,7 @@
3738
"devDependencies": {
3839
"@chromatic-com/storybook": "^3.2.4",
3940
"@eslint/eslintrc": "^3.2.0",
40-
"@nuxt/test-utils": "^3.17.0",
41+
"@nuxt/test-utils": "^3.17.2",
4142
"@nuxtjs/storybook": "8.3.3",
4243
"@nuxtjs/tailwindcss": "^6.13.1",
4344
"@primevue/nuxt-module": "^4.2.5",
@@ -53,6 +54,7 @@
5354
"@types/pluralize": "^0.0.33",
5455
"@typescript-eslint/eslint-plugin": "^8.21.0",
5556
"@vue/compiler-sfc": "^3.5.13",
57+
"@vue/test-utils": "^2.4.6",
5658
"eslint-config-airbnb-base": "^15.0.0",
5759
"eslint-config-airbnb-typescript": "^18.0.0",
5860
"eslint-plugin-import": "^2.31.0",
@@ -65,7 +67,7 @@
6567
"storybook": "8.4.7",
6668
"typescript": "^5.7.3",
6769
"typescript-eslint": "^8.21.0",
68-
"vitest": "^3.0.7"
70+
"vitest": "^3.0.8"
6971
},
7072
"eslintConfig": {
7173
"extends": [

frontend/pnpm-lock.yaml

Lines changed: 97 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)