Files
mudita-center/jest.config.ts
2023-12-27 11:00:15 +01:00

11 lines
244 B
TypeScript

/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import { getJestProjects } from "@nx/jest"
export default {
projects: getJestProjects(),
}