This repository has been archived by the owner on May 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update tests for teraa-application-links
- Loading branch information
SP1556422
authored and
SP1556422
committed
Apr 10, 2024
1 parent
737eb4b
commit 9ebce0b
Showing
2 changed files
with
18 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 6 additions & 6 deletions
12
packages/terra-application-links/tests/jest/testLinkConfig.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
const testLinkConfig = [ | ||
{ path: '/test1', text: 'test 1' }, | ||
{ path: '/test2', text: 'test 2' }, | ||
{ path: '/test3', text: 'test 3' }, | ||
{ path: '/test4', text: 'test 4' }, | ||
{ path: '/test5', text: 'test 5' }, | ||
{ path: '/test6', text: 'test 6' }, | ||
{ id: 'link1', path: '/test1', text: 'test 1', icon: jest.fn() }, | ||
Check failure on line 2 in packages/terra-application-links/tests/jest/testLinkConfig.js GitHub Actions / build
|
||
{ id: 'link2', path: '/test2', text: 'test 2', icon: jest.fn() }, | ||
Check failure on line 3 in packages/terra-application-links/tests/jest/testLinkConfig.js GitHub Actions / build
|
||
{ id: 'link3', path: '/test3', text: 'test 3', icon: jest.fn() }, | ||
Check failure on line 4 in packages/terra-application-links/tests/jest/testLinkConfig.js GitHub Actions / build
|
||
{ id: 'link4', path: '/test4', text: 'test 4', icon: jest.fn() }, | ||
Check failure on line 5 in packages/terra-application-links/tests/jest/testLinkConfig.js GitHub Actions / build
|
||
{ id: 'link5', path: '/test5', text: 'test 5', icon: jest.fn() }, | ||
{ id: 'link6', path: '/test6', text: 'test 6', icon: jest.fn() }, | ||
]; | ||
|
||
export default testLinkConfig; |