CN-1375 fix: 编写高级搜索器自动化测试用例
This commit is contained in:
@@ -59,3 +59,5 @@ config.global.mocks.$route = { query: '' }
|
||||
config.global.mocks.$_ = _
|
||||
/* 消除warn */
|
||||
jest.spyOn(console, 'warn').mockImplementation(() => {})
|
||||
/* 模拟codemirror */
|
||||
jest.mock('Codemirror')
|
||||
|
||||
Reference in New Issue
Block a user