Skip to content

Commit d99d765

Browse files
[codex] Remove smoke tests (#950)
Remove smoke tests
1 parent 1ac66d2 commit d99d765

6 files changed

Lines changed: 1 addition & 389 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ This starts your app in development mode, rebuilding assets on file changes.
2727

2828
The documentation for all TanStack projects (except `React Charts`) is hosted on [tanstack.com](https://tanstack.com). In production, doc pages are fetched from GitHub. In development, they're read from your local file system.
2929

30-
Pre-commit hooks run smoke tests against these docs, so you'll need sibling repos cloned for commits to pass.
31-
3230
Create a `tanstack` parent directory and clone this repo alongside the projects:
3331

3432
```sh

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,11 @@
2121
"db:studio": "drizzle-kit studio",
2222
"docs:webhooks:plan": "tsx scripts/sync-docs-webhooks.ts --dry-run",
2323
"docs:webhooks:sync": "tsx scripts/sync-docs-webhooks.ts",
24-
"husky": "pnpm run format && pnpm run test && pnpm run test:smoke",
24+
"husky": "pnpm run format && pnpm run test",
2525
"pretest": "pnpm run content:build",
2626
"test": "run-p test:tsc test:lint",
2727
"test:tsc": "tsc",
2828
"test:lint": "pnpm run lint",
29-
"test:smoke": "tsx tests/smoke.ts",
30-
"test:e2e": "playwright test",
3129
"prepare": "husky"
3230
},
3331
"dependencies": {
@@ -123,7 +121,6 @@
123121
"devDependencies": {
124122
"@content-collections/core": "^0.14.3",
125123
"@content-collections/vite": "^0.2.9",
126-
"@playwright/test": "^1.59.0",
127124
"@shikijs/transformers": "^4.0.2",
128125
"@tanstack/devtools-vite": "^0.7.0",
129126
"@tanstack/react-devtools": "^0.10.5",

playwright.config.ts

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

pnpm-lock.yaml

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

tests/e2e.spec.ts

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

0 commit comments

Comments
 (0)