mirror of
https://github.com/logto-io/logto.git
synced 2024-12-23 20:33:16 -05:00
097aade2e2
* feat(connectors): handle authorization callback parameters in each connector respectively
8 lines
214 B
TypeScript
8 lines
214 B
TypeScript
import { Config, merge } from '@silverhand/jest-config';
|
|
|
|
const config: Config.InitialOptions = merge({
|
|
testEnvironment: 'node',
|
|
setupFilesAfterEnv: ['jest-matcher-specific-error'],
|
|
});
|
|
|
|
export default config;
|