Skip to content

Commit

Permalink
test: add tests for named entrypoints and RPC
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbbot committed Mar 25, 2024
1 parent 1c24ddb commit d55b5d4
Show file tree
Hide file tree
Showing 7 changed files with 895 additions and 7 deletions.
15 changes: 15 additions & 0 deletions fixtures/entrypoints-rpc-tests/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "entrypoints-rpc-tests",
"private": true,
"scripts": {
"test": "vitest run",
"test:ci": "vitest run",
"test:watch": "vitest"
},
"devDependencies": {
"@cloudflare/workers-tsconfig": "workspace:*",
"wrangler": "workspace:*",
"ts-dedent": "^2.2.0",
"undici": "^5.28.3"
}
}

0 comments on commit d55b5d4

Please sign in to comment.