Skip to content

Commit

Permalink
test: adopt newman
Browse files Browse the repository at this point in the history
  • Loading branch information
windchime-yk committed Sep 23, 2024
1 parent 7bb4c3c commit c6d3b71
Show file tree
Hide file tree
Showing 5 changed files with 1,308 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"dev": "wrangler dev src/index.ts",
"deploy": "wrangler deploy --minify src/index.ts",
"test": "vitest",
"test:api": "tsx src/index.newman.ts",
"check": "biome check --unsafe .",
"format": "pnpm check --write"
},
Expand All @@ -18,6 +19,9 @@
"@biomejs/biome": "^1.8.3",
"@cloudflare/vitest-pool-workers": "^0.5.2",
"@cloudflare/workers-types": "^4.20240529.0",
"@types/newman": "^5.3.6",
"newman": "^6.2.1",
"tsx": "^4.19.1",
"vitest": "^2.0.5",
"wrangler": "^3.78.7"
}
Expand Down
Loading

0 comments on commit c6d3b71

Please sign in to comment.