Skip to content

Commit

Permalink
chore: remove tbxConfig from test file
Browse files Browse the repository at this point in the history
  • Loading branch information
lscheffel-tbx committed Oct 29, 2024
1 parent 052c201 commit 5d1a203
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions cypress/cdn.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,3 @@ window.test_baseTbxConfig = {
targetOrigin: "localhost",
allowFullStory: true,
};

// tbxConfig
const config = {
navigateHandler: window.test_fakeNavigateHandler,
loginHandler: window.test_fakeLoginHandler,
logLevel: "error",
...window.test_baseTbxConfig,
};

// @ts-ignore
// startTestBox(config);

0 comments on commit 5d1a203

Please sign in to comment.