0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

chore: fix failed tests

This commit is contained in:
Gao Sun 2024-07-28 11:59:25 +08:00
parent 85c873b3b1
commit 8a29943c4d
No known key found for this signature in database
GPG key ID: 13EBE123E4773688

View file

@ -1,5 +1,11 @@
import { createRequire } from 'node:module';
import { authedAdminTenantApi } from './lib/api/api.js';
// A patch for the global require function - see https://github.com/evanw/esbuild/issues/1921
// eslint-disable-next-line @silverhand/fp/no-mutation
globalThis.require = createRequire(import.meta.url);
// We need to update this before tests otherwise Logto will update SignInMode for admin tenant
// The update logic should be
await authedAdminTenantApi.patch('sign-in-exp', {