Skip to content

Commit

Permalink
refactor(volto-slate): Replace volto-slate with core @plone/volto-slate
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Oct 26, 2022
1 parent 1766fdc commit 31790f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jest-addon.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ module.exports = {
'@package/(.*)$': '<rootDir>/src/$1',
'@plone/volto-quanta/(.*)$': '<rootDir>/src/addons/volto-quanta/src/$1',
'@eeacms/(.*?)/(.*)$': '<rootDir>/src/addons/$1/src/$2',
'volto-slate/(.*)$': '<rootDir>/src/addons/volto-slate/src/$1',
'@plone/volto-slate':
'<rootDir>/node_modules/@plone/volto/packages/volto-slate/src',
'~/(.*)$': '<rootDir>/src/$1',
'load-volto-addons':
'<rootDir>/node_modules/@plone/volto/jest-addons-loader.js',
Expand Down

0 comments on commit 31790f8

Please sign in to comment.