Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi committed Oct 1, 2024
1 parent 5711968 commit 7c8d62b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions servers/grpc-proxy/vitest.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import { defineConfig } from "vitest/config";

export default defineConfig({
test: {
globals: true,
exclude: ["src/__test__/local/**", "src/__test__/ete/**"],
},
});

0 comments on commit 7c8d62b

Please sign in to comment.