mirror of
https://github.com/liriliri/eruda.git
synced 2026-03-20 09:38:37 +08:00
feat(console): timeLog
This commit is contained in:
@@ -59,9 +59,9 @@ describe('console', function() {
|
||||
})
|
||||
|
||||
it('count', function() {
|
||||
tool.count('test').clear()
|
||||
tool.count('test')
|
||||
expect($tool.find('.eruda-info')).toContainText('test: 2')
|
||||
tool.count('test')
|
||||
expect($tool.find('.eruda-info').eq(1)).toContainText('test: 2')
|
||||
})
|
||||
|
||||
describe('substitution', function() {
|
||||
|
||||
Reference in New Issue
Block a user