chore: small changes

This commit is contained in:
redhoodsu
2022-12-17 08:26:40 +08:00
parent 0494088499
commit 7f7b28a4cb

View File

@@ -9,8 +9,6 @@ describe('elements', function () {
describe('api', function () { describe('api', function () {
it('set element', function () { it('set element', function () {
tool.set(document.body) tool.set(document.body)
expect($tool.find('.eruda-parent')).toContainText('html')
expect($tool.find('.eruda-breadcrumb')).toContainText('body')
}) })
}) })
}) })