Skip to content

Commit

Permalink
investigate push admin test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrence-forooghian committed May 20, 2024
1 parent 50f0899 commit e18f566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/browser/modular.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import {
} from '../../build/modular/index.mjs';

function registerAblyModularTests(helper) {
describe('browser/modular', function () {
describe.only('browser/modular', function () {
this.timeout(10 * 1000);
const expect = chai.expect;
const BufferUtils = BaseRest.Platform.BufferUtils;
Expand Down

0 comments on commit e18f566

Please sign in to comment.