1
0
mirror of synced 2025-11-06 04:21:11 +08:00
Files
eruda/test/sources.js
2022-12-24 15:02:15 +08:00

13 lines
230 B
JavaScript

describe('sources', function () {
let tool = eruda.get('sources')
let $tool = $('.eruda-sources')
beforeEach(function () {
eruda.show('sources')
})
it('raw', function () {
tool.set('raw', '/* test */')
})
})