Skip to content

Commit 41774fa

Browse files
committed
test: Do not run relay during test.
1 parent 96e7ca7 commit 41774fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/.mocharc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"bail": false,
77
"slow": 1000,
88
"timeout": 30000,
9-
"exclude": ["test/browser/**/*.js"]
9+
"exclude": ["test/browser/**/*.js", "test/utils/relay.js"]
1010
}

0 commit comments

Comments
 (0)