'use strict';
module.exports = {
preset: '../../../jest-preset.unit.js',
testMatch: ['<rootDir>/**/*.test.js'],
};