strapi/packages/plugins/documentation/jest.config.front.js
Josh e98c3e2020
fix(admin): reset all redux toolkit cache on logout (#20318)
* fix(admin): reset all redux toolkit cache on logout

* chore: refactor API to use one createApi call from redux/toolkit

* chore: fix e2e suite

* chore: spelling error

Co-authored-by: Bassel Kanso <basselkanso82@gmail.com>

* chore: remove rogue import

---------

Co-authored-by: Bassel Kanso <basselkanso82@gmail.com>
2024-05-20 14:43:30 +01:00

8 lines
163 B
JavaScript

'use strict';
module.exports = {
preset: '../../../jest-preset.front.js',
displayName: 'Documentation plugin',
setupFilesAfterEnv: ['./tests/setup.ts'],
};