Skip to content

Commit

Permalink
feat(popover): fix unit tests by adding tsconfig test
Browse files Browse the repository at this point in the history
Signed-off-by: aurore.stagnol <[email protected]>
  • Loading branch information
astagnol committed May 9, 2023
1 parent fba4ede commit cb42a75
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/stencil/components/popover/src/global.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ###
// global script file to include only in test mode.
// it always has to include './components' and './global.ts'
// it always has to include './global.ts'
// ###
import './components';

import './global';
6 changes: 6 additions & 0 deletions packages/stencil/components/popover/tsconfig.test.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": "../tsconfig.test.json",
"include": [
"src"
]
}
1 change: 1 addition & 0 deletions packages/stencil/components/tsconfig.components.test.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"link/src",
"location-tile/src",
"message/src",
"popover/src",
"quantity/src",
"radio/src",
"radio-button/src",
Expand Down

0 comments on commit cb42a75

Please sign in to comment.