Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts committed May 23, 2024
1 parent 47d115c commit 428a6d0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion integration/models/application.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export const application = (config: ApplicationConfig, appDirPath: string, appDi
if (force || !nodeModulesExist) {
const log = logger.child({ prefix: 'setup' }).info;
await run(scripts.setup, { cwd: appDirPath, log });
await run(`cd node_modules/@clerk/elements && ls`, { cwd: appDirPath, log });
state.completedSetup = true;
}
},
Expand Down
1 change: 0 additions & 1 deletion integration/tests/elements/otp.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ testAgainstRunningApps({ withEnv: [appConfigs.envs.withEmailCodes] })('OTP @elem
test.beforeEach(async ({ page, context }) => {
const u = createTestUtils({ app, page, context });
await u.page.goToRelative('/otp');
await u.page.waitForClerkJsLoaded();
});

const otpTypes = {
Expand Down

0 comments on commit 428a6d0

Please sign in to comment.