Skip to content

Commit a3c09c0

Browse files
committed
remove test
1 parent 8db0d24 commit a3c09c0

29 files changed

+1
-961
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,4 @@ jobs:
2525

2626
- name: Install deps
2727
run: pnpm install
28-
29-
- run: pnpm test:panel
28+

.github/workflows/npm.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -5,30 +5,8 @@ on:
55
types: [published]
66

77
jobs:
8-
test:
9-
runs-on: ubuntu-latest
10-
steps:
11-
- name: Checkout
12-
uses: actions/checkout@v4
13-
14-
- name: Install pnpm
15-
uses: pnpm/action-setup@v4
16-
17-
- name: Install node.js
18-
uses: actions/setup-node@v4
19-
with:
20-
node-version-file: '.node-version'
21-
registry-url: https://registry.npmjs.org/
22-
cache: 'pnpm'
23-
24-
- name: Install deps
25-
run: pnpm install
26-
27-
- run: pnpm test:panel
28-
298

309
publish-npm:
31-
needs: test
3210
runs-on: ubuntu-latest
3311
concurrency: "run"
3412
steps:

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"license": "MIT",
55
"packageManager": "[email protected]",
66
"scripts": {
7-
"test:panel": "pnpm -F trpc-ui test",
87
"build:panel": "pnpm -F trpc-ui build",
98
"build:test-app": "pnpm -F test-app build",
109
"dev:dev-app": "pnpm -F dev-app dev",

packages/trpc-ui/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
},
1111
"typings": "lib/src/index.d.ts",
1212
"scripts": {
13-
"test": "jest",
14-
"test:watch": "jest --watchAll",
1513
"build": "npx rollup --bundleConfigAsCjs --config rollup.config.js",
1614
"dev": "rollup --config rollup.config.js --watch --bundleConfigAsCjs"
1715
},

packages/trpc-ui/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
export { renderTrpcPanel } from "./render";
22
export type { TRPCPanelMeta } from "./meta";
3-
export { parseRouterWithOptions } from "./parse/parseRouter";
43
export { parseTRPCRouter } from "./parseV2/parse";

packages/trpc-ui/src/parse/__tests__/parseProcedure.test.ts

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

packages/trpc-ui/src/parse/__tests__/parseRouter.test.ts

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

packages/trpc-ui/src/parse/__tests__/utils/router.ts

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

0 commit comments

Comments
 (0)