Skip to content
This repository was archived by the owner on May 24, 2024. It is now read-only.

Commit 8a9eb57

Browse files
Updates Test path for hyperlink tests (#3658)
* 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]>
1 parent b694cfb commit 8a9eb57

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

packages/terra-core-docs/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Unreleased
44

5+
* Changed
6+
* Relative import paths of terra-hyperlink tests are changed to absolute path.
7+
58
* Added
69
* Added new outline-table-view docs and tests folders
710

packages/terra-core-docs/src/terra-dev-site/test/hyperlink/ScaledHyperlink.test.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react';
22
import classNames from 'classnames/bind';
33
import Hyperlink from 'terra-hyperlink';
4-
import styles from '../../../../../terra-hyperlink/src/HyperlinkTestCommon.module.scss';
4+
import styles from 'terra-hyperlink/lib/HyperlinkTestCommon.module.scss';
55

66
const cx = classNames.bind(styles);
77

packages/terra-core-docs/src/terra-dev-site/test/hyperlink/StatesHyperlink.test.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react';
22
import classNames from 'classnames/bind';
33
import Hyperlink from 'terra-hyperlink';
4-
import styles from '../../../../../terra-hyperlink/src/HyperlinkTestCommon.module.scss';
4+
import styles from 'terra-hyperlink/lib/HyperlinkTestCommon.module.scss';
55

66
const cx = classNames.bind(styles);
77

0 commit comments

Comments
 (0)