Skip to content
This repository was archived by the owner on Mar 28, 2022. It is now read-only.

Commit 4c5272a

Browse files
committed
Disable watch in acceptance tests
1 parent 413dec4 commit 4c5272a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/acceptance/api/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const SERVER_PORT = 3100;
1818
const defaultOptions = {
1919
port: SERVER_PORT,
2020
log: "debug",
21-
watch: true
21+
watch: false
2222
};
2323

2424
const defaultRequestOptions = {

0 commit comments

Comments
 (0)