Skip to content

Commit

Permalink
upgrading deps
Browse files Browse the repository at this point in the history
  • Loading branch information
xoscar committed Dec 14, 2023
1 parent 1e2f923 commit 592d4a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/1-getting-started/home.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const tracetest = Tracetest();

describe('Home', { defaultCommandTimeout: 60000 }, () => {
before(done => {
tracetest.configure(TRACETEST_API_TOKEN, 'http://localhost:3000').then(() => done());
tracetest.configure(TRACETEST_API_TOKEN).then(() => done());
});

beforeEach(() => {
Expand Down

0 comments on commit 592d4a9

Please sign in to comment.