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