70bf21e064
Handle Changesets / Handle Changesets (push) Waiting to run
Semgrep OSS scan / semgrep-oss (push) Waiting to run
Deploy (to testing) and Test Playground Preview Worker / Deploy Playground Preview Worker (testing) (push) Has been skipped
Deploy Workers Shared Staging / Deploy Workers Shared Staging (push) Failing after 0s
Prerelease / build (push) Has been skipped
21 lines
572 B
JSON
21 lines
572 B
JSON
{
|
|
"name": "@fixture/get-platform-proxy",
|
|
"private": true,
|
|
"description": "A test for the getPlatformProxy utility",
|
|
"scripts": {
|
|
"test:ci": "vitest run",
|
|
"test:watch": "vitest",
|
|
"type:tests": "tsc --noEmit -p tests/tsconfig.json"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/workers-tsconfig": "workspace:*",
|
|
"@cloudflare/workers-types": "catalog:default",
|
|
"@types/jest-image-snapshot": "^6.4.0",
|
|
"jest-image-snapshot": "^6.5.1",
|
|
"typescript": "catalog:default",
|
|
"undici": "catalog:default",
|
|
"vitest": "catalog:default",
|
|
"wrangler": "workspace:*"
|
|
}
|
|
}
|