提交 6662f034 编写于 作者: C Clement Ho

Fix eslint

上级 410e2235
......@@ -11,10 +11,9 @@
beforeEach(() => {
spyOn(gl.FilteredSearchTokenizer, 'processTokens')
.and.callFake(query => ({
lastToken: {}
})
);
.and.callFake(() => ({
lastToken: {},
}));
const input = document.createElement('input');
input.classList.add('filtered-search');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册