Skip to content

Commit 49e6bf6

Browse files
revert tests
1 parent 2ad44cd commit 49e6bf6

File tree

4 files changed

+6
-703
lines changed

4 files changed

+6
-703
lines changed

packages/core/package.json

+4-5
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"dev": "tsup --format esm --dts --watch",
1717
"build:docs": "cd docs && pnpm run build",
1818
"postinstall": "npx playwright install-deps && npx playwright install",
19-
"test": "vitest",
20-
"test:watch": "vitest --watch"
19+
"test": "jest --runInBand",
20+
"test:watch": "jest --runInBand --watch"
2121
},
2222
"author": "",
2323
"license": "MIT",
@@ -43,9 +43,9 @@
4343
"eslint-plugin-prettier": "5.2.1",
4444
"jest": "29.7.0",
4545
"lint-staged": "15.2.10",
46+
"prettier": "3.3.3",
4647
"nodemon": "3.1.7",
4748
"pm2": "5.4.2",
48-
"prettier": "3.3.3",
4949
"rimraf": "6.0.1",
5050
"rollup": "2.79.2",
5151
"ts-jest": "29.2.5",
@@ -73,7 +73,6 @@
7373
"tinyld": "1.3.4",
7474
"together-ai": "^0.7.0",
7575
"unique-names-generator": "4.7.1",
76-
"uuid": "11.0.2",
77-
"vitest": "^2.1.4"
76+
"uuid": "11.0.2"
7877
}
7978
}

packages/core/src/__test__/actions.test.ts

-89
This file was deleted.

packages/core/src/__test__/context.test.ts

-83
This file was deleted.

0 commit comments

Comments
 (0)