* feat: unify Jest config * feat: simplify DB setup for tests * feat: setup nightly tests for postgres and mysql schemas
3 lines
87 B
JavaScript
3 lines
87 B
JavaScript
/** @type {import('jest').Config} */
|
|
module.exports = require('../../../jest.config');
|