Skip to content

Commit

Permalink
Updates Test path for hyperlink tests (cerner#3658)
Browse files Browse the repository at this point in the history
* Updates Test path for hyperlink tests

* Update packages/terra-core-docs/CHANGELOG.md

Co-authored-by: Saket Bajaj <[email protected]>

Co-authored-by: Saket Bajaj <[email protected]>
  • Loading branch information
supreethmr and saket2403 authored Sep 6, 2022
1 parent b694cfb commit 8a9eb57
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions packages/terra-core-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

* Changed
* Relative import paths of terra-hyperlink tests are changed to absolute path.

* Added
* Added new outline-table-view docs and tests folders

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import classNames from 'classnames/bind';
import Hyperlink from 'terra-hyperlink';
import styles from '../../../../../terra-hyperlink/src/HyperlinkTestCommon.module.scss';
import styles from 'terra-hyperlink/lib/HyperlinkTestCommon.module.scss';

const cx = classNames.bind(styles);

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import classNames from 'classnames/bind';
import Hyperlink from 'terra-hyperlink';
import styles from '../../../../../terra-hyperlink/src/HyperlinkTestCommon.module.scss';
import styles from 'terra-hyperlink/lib/HyperlinkTestCommon.module.scss';

const cx = classNames.bind(styles);

Expand Down

0 comments on commit 8a9eb57

Please sign in to comment.