Skip to content

Commit

Permalink
remove unused vars and commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones-plip committed Nov 22, 2024
1 parent 000c14e commit 9c05dd8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/e2e-test.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,13 @@ describe('Main workflow Test Suite', () => {
console.log('Importing docs');
await importAllDocs();
console.log('Creating SSH tunnel');
const tunnel = await setupTunnel();
await setupTunnel();
console.log('Connecting to Postgres');
client = await rootConnect();
console.log('Waiting for DBT');
await waitForDbt(client);
});

/*afterEach(async () => {
await delay(10);
});*/

after(async () => await client?.end());

describe('Initial Sync', () => {
Expand Down

0 comments on commit 9c05dd8

Please sign in to comment.