Skip to content

Commit 420c696

Browse files
committed
fix test file path for excluded browser tests
1 parent 7c5ef23 commit 420c696

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config/vitest.config.browser.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ export default defineConfig({
3939
exclude: [
4040
"test/unit/call_builders.test.ts",
4141
"test/unit/server/horizon/server.test.ts",
42-
"test/unit/base/xdr/corpus_round_trip.test.ts",
43-
"test/unit/base/xdr/schema_exhaustive.test.ts",
42+
"test/unit/xdr/corpus_round_trip.test.ts",
43+
"test/unit/xdr/schema_exhaustive.test.ts",
4444
],
4545
// Setup files to load the browser bundle
4646
setupFiles: [resolve(__dirname, "../test/setup-browser.ts")],

0 commit comments

Comments
 (0)