You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(repo): Introduce integration test for vite with sdk-node (clerk#1921)
* feat(repo): Add integration test for express + vite
* feat(repo): Enable express tests in CICD
* fix(repo): Copy integration tests to OS temp path
This change will help us avoid accidentally using
top-level node_modules/ from the current monorepo
and will allow us to run tests isolated from the
monorepo related dependencies.
We had to use a folder outside the monorepo for
the integration tests to avoid having the npm
module resolution algorithm find unrelated dependencies.
* fix(repo): Exit integration tests on application error exit code
* fix(repo): Link local clerk packages when version is missing
* fix(repo): Fix `npm run nuke` yalc cleanup
0 commit comments