Skip to content

Commit

Permalink
chore: test ci on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
LingyuCoder committed Sep 23, 2024
1 parent c0f9659 commit d2343a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const config = {
testMatch: [
"<rootDir>/tests/*.test.ts",
// TODO: enable after migrating to separated repo
["<rootDir>/tests/e2e/*.test.js"],
"<rootDir>/tests/e2e/*.test.js",
],
testPathIgnorePatterns: [
// TODO: check why http proxy server throw error with websocket server
Expand Down

0 comments on commit d2343a1

Please sign in to comment.