Skip to content

Commit 57ccf5c

Browse files
author
Laurie T. Malau
committed
Fix test
1 parent 8d44662 commit 57ccf5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dashboard/src/App.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ test('urlHash', () => {
1010
global.window = Object.create(window);
1111
Object.defineProperty(window, 'location', {
1212
value: {
13-
href: '#http://example.org/',
13+
href: 'https://domain.com/#http://example.org',
1414
hash: '#examples'
1515
}
1616
});

0 commit comments

Comments
 (0)