Skip to content

Commit

Permalink
fix: ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Jul 16, 2024
1 parent b00f667 commit 1eec8d2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/elements.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
describe('elements', function () {
let tool = eruda.get('elements')
let $tool = $('.eruda-elements')

beforeEach(function () {
eruda.show('elements')
})

describe('api', function () {
it('set element', function () {
tool.set(document.body)
it('select element', function () {
tool.select(document.body)
})
})
})

0 comments on commit 1eec8d2

Please sign in to comment.