BREAKING CHANGE: The footer is now transpiled from es6 preserving modules. To use this package in a project it must now be transpiled by the requiring project via webpack or other configuration
8 lines
157 B
JavaScript
8 lines
157 B
JavaScript
const { createConfig } = require('@edx/frontend-build');
|
|
|
|
module.exports = createConfig('jest', {
|
|
setupFiles: [
|
|
'<rootDir>/src/setupTest.js',
|
|
],
|
|
});
|