Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/BuilderIO/mitosis into feat…
Browse files Browse the repository at this point in the history
…ure/multiple-outputs
  • Loading branch information
sbrow committed Nov 4, 2022
2 parents 3c1cee9 + d49b28a commit a7ab359
Show file tree
Hide file tree
Showing 51 changed files with 9,501 additions and 9,656 deletions.
33 changes: 0 additions & 33 deletions packages/core/jest.config.js

This file was deleted.

14 changes: 6 additions & 8 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@
"url": "https://github.com/BuilderIO/mitosis"
},
"scripts": {
"test": "jest",
"snapupdate": "jest --updateSnapshot",
"test": "vitest",
"snapupdate": "vitest --update",
"coverage": "vitest run --coverage",
"tsc": "tsc --build tsconfig.build.json",
"rmrf": "rm -rf ./dist",
"build": "yarn rmrf && yarn tsc",
Expand Down Expand Up @@ -94,13 +95,11 @@
"@builder.io/sdk": "^1.1.26",
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-virtual": "^2.1.0",
"@testing-library/jest-dom": "^5.11.5",
"@tootallnate/once": "^1.1.2",
"@types/babel__core": "7.1.14",
"@types/dedent": "^0.7.0",
"@types/fs-extra-promise": "^1.0.10",
"@types/hash-sum": "^1.0.0",
"@types/jest": "^26.0.15",
"@types/json5": "0.0.30",
"@types/lodash": "^4.14.165",
"@types/node": "^15.12.0",
Expand All @@ -109,13 +108,12 @@
"@types/rollup__plugin-virtual": "^2.0.1",
"@types/traverse": "^0.6.32",
"fs-extra-promise": "^1.0.1",
"jest": "^26.6.3",
"jest-raw-loader": "^1.0.1",
"lru-cache": "^6.0.0",
"rollup": "^2.70.1",
"ts-jest": "^26.4.4",
"ts-node": "^9.1.1",
"typescript": "^4.8.4",
"universalify": "^2.0.0"
"universalify": "^2.0.0",
"vite": "^3.2.2",
"vitest": "^0.24.5"
}
}
Loading

0 comments on commit a7ab359

Please sign in to comment.