Skip to content

Commit

Permalink
feat(popover): third test to fix broken build
Browse files Browse the repository at this point in the history
Signed-off-by: aurore.stagnol <[email protected]>
  • Loading branch information
astagnol committed Mar 30, 2023
1 parent eb946dd commit 98e7b1b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/stencil/components/accordion/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { Config } from '@jest/types';
import { OdsGetJestConfig } from '@ovhcloud/ods-testing';
import { OdsGetJestConfig } from '@ovhcloud/ods-testing/src';

const args = process.argv.slice(2);

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { odsGetUnitTestAttributeBaseOptions, odsGetUnitTestAttributeContextOptions } from '@ovhcloud/ods-testing';
import { odsGetUnitTestAttributeBaseOptions, odsGetUnitTestAttributeContextOptions } from '@ovhcloud/ods-testing/src';

import { SpecPage } from '@stencil/core/testing';

Expand Down
3 changes: 0 additions & 3 deletions packages/stencil/libraries/stencil-testing/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"compilerOptions": {
"declaration": true
},
"paths": {
"@ovhcloud/ods-testing": ["./packages/libraries/testing/src/index"]
},
"include": [
"src"
]
Expand Down

0 comments on commit 98e7b1b

Please sign in to comment.