mirror of
https://github.com/strapi/strapi.git
synced 2025-11-02 10:55:37 +00:00
Merge branch 'front/admin-new-hook-architecture' of github.com:strapi/strapi into front/admin-new-hook-architecture-admin-rework
This commit is contained in:
commit
e5393acf66
@ -11,14 +11,6 @@ module.exports = {
|
||||
'!packages/strapi-plugin-*/admin/src/utils/*.js',
|
||||
'!packages/strapi-plugin-*/admin/src/**/**/tests/*.test.{js,jsx}',
|
||||
],
|
||||
coverageThreshold: {
|
||||
// global: {
|
||||
// statements: 90,
|
||||
// branches: 90,
|
||||
// functions: 90,
|
||||
// lines: 90,
|
||||
// },
|
||||
},
|
||||
globals: {
|
||||
__webpack_public_path__: 'http://localhost:4000',
|
||||
strapi: {},
|
||||
|
||||
@ -3,14 +3,12 @@
|
||||
*/
|
||||
|
||||
/* eslint-disable redux-saga/yield-effects */
|
||||
|
||||
import { fork, put, takeLatest } from 'redux-saga/effects';
|
||||
// import { take, call, put, select } from 'redux-saga/effects';
|
||||
import defaultSaga, { initialize } from '../saga';
|
||||
import { initializeSucceeded } from '../actions';
|
||||
import { INITIALIZE } from '../constants';
|
||||
|
||||
// const generator = defaultSaga();
|
||||
|
||||
describe('initialize Saga', () => {
|
||||
let initializeGenerator;
|
||||
|
||||
|
||||
@ -2,8 +2,6 @@ import { fromJS } from 'immutable';
|
||||
import makeSelectInitializerDomain, { selectInitializerDomain } from '../selectors';
|
||||
import pluginId from '../../../pluginId';
|
||||
|
||||
// const selector = makeSelectInitializerDomain();
|
||||
|
||||
describe('<Initializer /> selectors', () => {
|
||||
describe('selectInitializerDomain', () => {
|
||||
it('should select the global state', () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user