Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienZ committed Sep 24, 2024
1 parent 95554bf commit d65c56f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test": "vitest run",
"test:types": "tsc --noEmit",
"test:bun": "bun test ./tests/bun-sqlite.test.bun",
"test:d1": "vitest --root ./tests/cloudflare/ run",
"test:d1": "vitest --root ./tests/cloudflare/",
"test:ci": "pnpm test -- --coverage --reporter=default --reporter=junit --outputFile=./junit.xml && pnpm test:bun && test:d1",
"lint": "biome lint",
"format": "biome format --write",
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions tests/cloudflare/vitest.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { defineWorkersConfig } from "@cloudflare/vitest-pool-workers/config";

export default defineWorkersConfig({
test: {
include: ["./d1-cloudflare-test.ts"],
poolOptions: {
workers: {
isolatedStorage: true,
Expand Down

0 comments on commit d65c56f

Please sign in to comment.