UNPKG

@clickup/ent-framework

Version:

A PostgreSQL graph-database-alike library with microsharding and row-level security

14 lines (13 loc) 273 B
"use strict"; module.exports = { roots: ["<rootDir>/src"], testMatch: ["**/*.test.ts"], clearMocks: true, restoreMocks: true, ...(process.env.IN_JEST_PROJECT ? {} : { forceExit: true, testTimeout: 30000 }), transform: { "\\.ts$": "ts-jest", }, };