This commit is contained in:
Matthew Phillips 2023-10-05 11:04:42 -04:00
parent b81f816912
commit 6b10fbce54

View file

@ -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);
});
});
});