Skip to content

Commit

Permalink
Vite config isn't being read, so use CLI args
Browse files Browse the repository at this point in the history
  • Loading branch information
penalosa committed Jun 14, 2023
1 parent e8e864c commit e5af057
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions packages/wrangler/e2e/vite.config.ts

This file was deleted.

2 changes: 1 addition & 1 deletion packages/wrangler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"test": "npm run assert-git-version && jest",
"test:ci": "npm run test -- --coverage",
"test:debug": "npm run test -- --silent=false --verbose=true",
"test:e2e": "vitest --single-thread --dir ./e2e run",
"test:e2e": "vitest --test-timeout 120000 --single-thread --dir ./e2e run",
"test:watch": "npm run test -- --runInBand --testTimeout=50000 --watch",
"type:tests": "tsc -p ./src/__tests__/tsconfig.json && tsc -p ./e2e/tsconfig.json"
},
Expand Down

0 comments on commit e5af057

Please sign in to comment.