Skip to content

Commit 8c545d1

Browse files
committed
ci: fix lint
1 parent c86f411 commit 8c545d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ describe('router/history/base', () => {
8484
});
8585
test('path is url, but with parameters', () => {
8686
const file = history.getFile(
87-
'https://some/raw/url/README.md?token=Mytoken'
87+
'https://some/raw/url/README.md?token=Mytoken',
8888
);
8989

9090
expect(file).toBe('https://some/raw/url/README.md?token=Mytoken');

0 commit comments

Comments
 (0)