mirror of
https://github.com/strapi/strapi.git
synced 2025-08-02 22:07:11 +00:00
11 lines
220 B
JavaScript
11 lines
220 B
JavaScript
![]() |
'use strict';
|
||
|
|
||
|
require('jest-styled-components');
|
||
|
const { configure } = require('enzyme');
|
||
|
const Adapter = require('enzyme-adapter-react-16');
|
||
|
|
||
|
configure({
|
||
|
adapter: new Adapter(),
|
||
|
disableLifecycleMethods: false,
|
||
|
});
|