mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
2049b4f73a
* feat(core): wrap google connector * feat(core): connectors package.json private should be FALSE * feat(core): fix dependency and remove query-string.stringify()
8 lines
209 B
TypeScript
8 lines
209 B
TypeScript
import { Config, merge } from '@logto/jest-config';
|
|
|
|
const config: Config.InitialOptions = merge({
|
|
testEnvironment: 'node',
|
|
setupFilesAfterEnv: ['jest-matcher-specific-error'],
|
|
});
|
|
|
|
export default config;
|