eruda3 / test /sources.js
soiz1's picture
Migrated from GitHub
271613e verified
describe('sources', function () {
let tool = eruda.get('sources')
let $tool = $('.eruda-sources')
beforeEach(function () {
eruda.show('sources')
})
it('raw', function () {
tool.set('raw', '/* test */')
})
})