Skip to content

Commit

Permalink
whats the error
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrence-forooghian committed May 20, 2024
1 parent 8b9116a commit 1e761cc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/browser/modular.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@ function registerAblyModularTests(helper) {
ablyClientOptions({ ...scenario.getAdditionalClientOptions?.(), plugins: { FetchRequest } }),
);

let thrownError = null;
try {
//let thrownError = null;
//try {
await scenario.action(client);
} catch (error) {
thrownError = error;
}
//} catch (error) {
//thrownError = error;
//}

expect(thrownError).to.be.null;
//expect(thrownError).to.be.null;
});
}
});
Expand Down

0 comments on commit 1e761cc

Please sign in to comment.