We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d52618a commit 819f488Copy full SHA for 819f488
src/lazyloading/__test__/LazyLoading.spec.ts
@@ -22,7 +22,7 @@ describe('lazy loading', () => {
22
expect(document.title).toBe('[github.com/htrinter]')
23
})
24
25
- it('use full url of not parsable', () => {
+ it('use full url if not parsable', () => {
26
window.location.hash = '#//www.github.com/htrinter/'
27
mount(App)
28
expect(document.title).toBe('[//www.github.com/htrinter/]')
0 commit comments