Skip to content

Commit

Permalink
Fix worker filename in worker test
Browse files Browse the repository at this point in the history
  • Loading branch information
unstubbable committed Sep 26, 2024
1 parent 061ad3d commit 59cee12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/cloudflare-app/src/worker/worker.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ describe(`worker`, () => {

beforeAll(async () => {
worker = await unstable_dev(
path.resolve(currentDirname, `../../dist/worker.js`),
path.resolve(currentDirname, `../../dist/worker/index.js`),
{
config: path.resolve(currentDirname, `./wrangler.toml`),
experimental: {disableExperimentalWarning: true},
Expand Down

0 comments on commit 59cee12

Please sign in to comment.