mirror of
https://github.com/logto-io/logto.git
synced 2025-02-03 21:48:55 -05:00
7 lines
154 B
JavaScript
7 lines
154 B
JavaScript
/** @type {import('jest').Config} */
|
|
const config = {
|
|
setupFilesAfterEnv: ['jest-matcher-specific-error'],
|
|
roots: ['lib'],
|
|
};
|
|
|
|
export default config;
|