Skip to content

Commit b334c33

Browse files
fixup! test: ensure Wrangler tests run in a deterministic locale
1 parent 11b9706 commit b334c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/wrangler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"generate-json-schema": "pnpm exec ts-json-schema-generator --no-type-check --path src/config/config.ts --type RawConfig --out config-schema.json",
6262
"prepublishOnly": "SOURCEMAPS=false pnpm run -w build",
6363
"start": "pnpm run bundle && cross-env NODE_OPTIONS=--enable-source-maps ./bin/wrangler.js",
64-
"test": "pnpm run assert-git-version && LC_ALL=C vitest",
64+
"test": "pnpm run assert-git-version && cross-env LC_ALL=C vitest",
6565
"test:ci": "pnpm run test run",
6666
"test:debug": "pnpm run test --silent=false --verbose=true",
6767
"test:e2e": "vitest -c ./e2e/vitest.config.mts",

0 commit comments

Comments
 (0)