diff --git a/CHANGELOG.md b/CHANGELOG.md index c97a790d8..2fa03fa43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,8 @@ * Indicate that logging out of FOLIO will not affect an SSO session. Refs STCOR-532. * Introduce `withNamespace` HOC. Refs STCOR-542. * Pull user's locale settings from configurations on login, if available. Refs STCOR-527. -* Able to close `` outside. Refs STCOR-543. +* Able to close `` outside. Refs STCOR-543. +* Update `@folio/stripes-cli` to `^2.3.0` and update `karma.conf.js` for `karma` `v6` compatibility. Refs STCOR-551. ## [7.1.1](https://github.com/folio-org/stripes-core/tree/v7.1.1) (2021-04-22) [Full Changelog](https://github.com/folio-org/stripes-core/compare/v7.1.0...v7.1.1) diff --git a/karma.conf.js b/karma.conf.js index 0f9e64fc3..bdc8dd0f1 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -1,15 +1,5 @@ module.exports = (config) => { - const testIndex = './test/bigtest/index.js'; - const configuration = { - files: [ - { pattern: testIndex, watched: false }, - ], - - preprocessors: { - [testIndex]: ['webpack'] - }, - browserStack: { project: 'stripes-core' }, diff --git a/package.json b/package.json index 5cfed3298..8583539b1 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@bigtest/mocha": "^0.5.1", "@bigtest/react": "^0.1.2", "@folio/eslint-config-stripes": "^5.2.0", - "@folio/stripes-cli": "^2.0.0", + "@folio/stripes-cli": "^2.3.0", "@folio/stripes-components": "^9.2.0", "@folio/stripes-connect": "^6.2.0", "@folio/stripes-logger": "^1.0.0",