Skip to content

Commit

Permalink
Merge pull request #59 from ProjectMirador/transformIgnorePatterns
Browse files Browse the repository at this point in the history
Update transformIgnorePatterns with additional packages
  • Loading branch information
marlo-longley authored Jan 31, 2025
2 parents 0147406 + 3efb3b4 commit 192a7ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = {
],
// Ignore Mirador code from jest transforms
transformIgnorePatterns: [
'<rootDir>/node_modules/(?!mirador|@react-dnd|react-dnd|dnd-core|react-dnd-html5-backend|dnd-multi-backend|rdndmb-html5-to-touch)',
'<rootDir>/node_modules/(?!mirador|@react-dnd|react-dnd|dnd-core|react-dnd-html5-backend|dnd-multi-backend|rdndmb-html5-to-touch|react-mosaic-component2|lodash-es)',
],
testEnvironment: "jsdom",
testPathIgnorePatterns: [
Expand Down
6 changes: 6 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# This is the configuration file for the netlify preview deploys
# See https://www.netlify.com/docs/netlify-toml-reference/ for more

[build]
command = "npm run build:demo"
publish = "demo/dist"

0 comments on commit 192a7ee

Please sign in to comment.