1
0
mirror of synced 2025-11-06 04:21:11 +08:00

fix: ci error

This commit is contained in:
redhoodsu
2024-07-16 20:13:36 +08:00
parent b00f6675bb
commit 1eec8d286d

View File

@@ -1,14 +1,13 @@
describe('elements', function () { describe('elements', function () {
let tool = eruda.get('elements') let tool = eruda.get('elements')
let $tool = $('.eruda-elements')
beforeEach(function () { beforeEach(function () {
eruda.show('elements') eruda.show('elements')
}) })
describe('api', function () { describe('api', function () {
it('set element', function () { it('select element', function () {
tool.set(document.body) tool.select(document.body)
}) })
}) })
}) })