Skip to content

Commit 1c5a0cb

Browse files
committed
fix: fix typo
1 parent d0d9fa9 commit 1c5a0cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/unit/router-history-base.test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ describe('router/history/base', () => {
6767
});
6868
});
6969

70-
// alias: uri
70+
// getFile test
7171
// ---------------------------------------------------------------------------
7272
describe('getFile', () => {
7373
// Tests
@@ -82,7 +82,7 @@ describe('router/history/base', () => {
8282

8383
expect(file).toBe('https://foo.com/index.html');
8484
});
85-
test('path is url, bug with parameters', () => {
85+
test('path is url, but with parameters', () => {
8686
const file = history.getFile(
8787
'https://some/raw/url/README.md?token=Mytoken'
8888
);

0 commit comments

Comments
 (0)