aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/order_watcher_test.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/order_watcher_test.ts b/test/order_watcher_test.ts
index f273a1d84..e62b1aab2 100644
--- a/test/order_watcher_test.ts
+++ b/test/order_watcher_test.ts
@@ -36,7 +36,7 @@ describe('EventWatcher', () => {
stubs = [];
orderStateWatcher.unsubscribe();
});
- it.only('', (done: DoneCallback) => {
- orderStateWatcher.subscribe(console.log);
- }).timeout(1000000000000);
+ it.skip('TODO', () => {
+ // TODO
+ });
});