Skip to content

Commit

Permalink
Merge pull request #2210 from SpareBank1/develop_fix-mas-fra-test
Browse files Browse the repository at this point in the history
test(ffe-modals-react): fix mock
  • Loading branch information
pethel authored Aug 16, 2024
2 parents e1cc39a + 5a70006 commit 0c07f65
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/ffe-modals-react/tsconfig.cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"module": "commonjs"
},
"include": ["src/**/*"],
"exclude": ["node_modules", "src/**/*.spec.ts*"]
"exclude": ["node_modules", "src/**/*.spec.ts*", "src/__mocks__"]
}
2 changes: 1 addition & 1 deletion packages/ffe-modals-react/tsconfig.esm.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"module": "esnext"
},
"include": ["src/**/*"],
"exclude": ["node_modules", "src/**/*.spec.ts*"]
"exclude": ["node_modules", "src/**/*.spec.ts*", "src/__mocks__"]
}
2 changes: 1 addition & 1 deletion packages/ffe-modals-react/tsconfig.types.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"emitDeclarationOnly": true
},
"include": ["src/**/*"],
"exclude": ["node_modules", "src/**/*.spec.ts*"]
"exclude": ["node_modules", "src/**/*.spec.ts*", "src/__mocks__"]
}

0 comments on commit 0c07f65

Please sign in to comment.