Skip to content

Commit

Permalink
Update test/integration.test.js
Browse files Browse the repository at this point in the history
Co-authored-by: Nathan Rajlich <n@n8.io>
  • Loading branch information
jeffsee55 and TooTallNate authored Jul 3, 2024
1 parent a8d600b commit 8f84ccc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/integration.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ const filteredTestsToRun = integrationTests.filter((testName) => {
});

for (const integrationTest of filteredTestsToRun) {
console.log('Integration test: ' + integrationTest);

let currentIntegrationDir = integrationDir;

it(`should correctly trace and correctly execute ${integrationTest}`, async () => {
Expand Down

0 comments on commit 8f84ccc

Please sign in to comment.