fix: ci error
This commit is contained in:
@@ -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)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user