12 lines
254 B
JavaScript
Raw Normal View History

2022-10-19 12:11:01 +03:00
'use strict';
const baseConfig = require('../../../jest.base-config');
const pkg = require('./package.json');
module.exports = {
...baseConfig,
preset: 'ts-jest',
displayName: (pkg.strapi && pkg.strapi.name) || pkg.name,
roots: [__dirname],
};