Skip to content

Commit

Permalink
other bad hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
midleman committed Sep 30, 2024
1 parent 32c6a4a commit bbbcad4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ if (!web) {
await app.workbench.positronConnections.reconnectButton.waitforVisible();
});
});
});

describe('Connections Pane', () => {

describe('R - SQLite DB', () => {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ if (!web) {
});
});

});

describe('Output', () => {
describe('Console Output Log - R', () => {
before(async function () {
await PositronRFixtures.SetupFixtures(this.app as Application);
Expand Down Expand Up @@ -78,4 +75,5 @@ if (!web) {
});
});
});

}

0 comments on commit bbbcad4

Please sign in to comment.