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

Updates Test path for hyperlink tests #3658

Merged
merged 2 commits into from
Sep 6, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 absoulete 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