Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaklygin committed Jun 26, 2023
1 parent e1da28e commit 1c38beb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cypress.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ export default defineConfig({
process.cwd(),
'./packages/picasso-pictograms/dist-package'
),
'@toptal/picasso-rich-text-editor': path.resolve(
process.cwd(),
'./packages/picasso-rich-text-editor/dist-package'
),
'@topkit/analytics-charts': path.resolve(
process.cwd(),
'./packages/topkit-analytics-charts/dist-package'
Expand Down
2 changes: 2 additions & 0 deletions jest.spec.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ const config = {
'<rootDir>/packages/picasso-provider/src/index.ts',
'^@toptal/picasso-pictograms$':
'<rootDir>/packages/picasso-pictograms/src/index.ts',
'^@toptal/picasso-rich-text-editor$':
'<rootDir>/packages/picasso-rich-text-editor/src/index.ts',
'^@toptal/picasso-root/(.*)$': '<rootDir>/$1',
},
setupFiles: ['jest-canvas-mock'],
Expand Down

0 comments on commit 1c38beb

Please sign in to comment.