Linting
This commit is contained in:
parent
b81f816912
commit
6b10fbce54
1 changed files with 0 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
|||
import { expect } from 'chai';
|
||||
import * as cheerio from 'cheerio';
|
||||
import { loadFixture } from './test-utils.js';
|
||||
|
||||
describe('Fragments', () => {
|
||||
|
@ -40,5 +39,4 @@ describe('Fragments', () => {
|
|||
expect(html.startsWith('<li>')).to.equal(true);
|
||||
});
|
||||
});
|
||||
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue