Skip to content

Commit a52f388

Browse files
committed
Merge branch 'main' of https://github.com/BuilderIO/mitosis into feature/alpinejs
2 parents 108299d + d49b28a commit a52f388

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+9501
-9656
lines changed

packages/core/jest.config.js

Lines changed: 0 additions & 33 deletions
This file was deleted.

packages/core/package.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,9 @@
4141
"url": "https://github.com/BuilderIO/mitosis"
4242
},
4343
"scripts": {
44-
"test": "jest",
45-
"snapupdate": "jest --updateSnapshot",
44+
"test": "vitest",
45+
"snapupdate": "vitest --update",
46+
"coverage": "vitest run --coverage",
4647
"tsc": "tsc --build tsconfig.build.json",
4748
"rmrf": "rm -rf ./dist",
4849
"build": "yarn rmrf && yarn tsc",
@@ -94,13 +95,11 @@
9495
"@builder.io/sdk": "^1.1.26",
9596
"@rollup/plugin-node-resolve": "^11.2.1",
9697
"@rollup/plugin-virtual": "^2.1.0",
97-
"@testing-library/jest-dom": "^5.11.5",
9898
"@tootallnate/once": "^1.1.2",
9999
"@types/babel__core": "7.1.14",
100100
"@types/dedent": "^0.7.0",
101101
"@types/fs-extra-promise": "^1.0.10",
102102
"@types/hash-sum": "^1.0.0",
103-
"@types/jest": "^26.0.15",
104103
"@types/json5": "0.0.30",
105104
"@types/lodash": "^4.14.165",
106105
"@types/node": "^15.12.0",
@@ -109,13 +108,12 @@
109108
"@types/rollup__plugin-virtual": "^2.0.1",
110109
"@types/traverse": "^0.6.32",
111110
"fs-extra-promise": "^1.0.1",
112-
"jest": "^26.6.3",
113-
"jest-raw-loader": "^1.0.1",
114111
"lru-cache": "^6.0.0",
115112
"rollup": "^2.70.1",
116-
"ts-jest": "^26.4.4",
117113
"ts-node": "^9.1.1",
118114
"typescript": "^4.8.4",
119-
"universalify": "^2.0.0"
115+
"universalify": "^2.0.0",
116+
"vite": "^3.2.2",
117+
"vitest": "^0.24.5"
120118
}
121119
}

0 commit comments

Comments
 (0)