Skip to content

Commit

Permalink
Actually fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Oct 13, 2022
1 parent d1b3298 commit d04bf31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integrations/image/test/squoosh-service.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ describe('Squoosh service', function () {
let $;

before(async () => {
fixture = await loadFixture({ root: './fixtures/basic-image/' });
fixture = await loadFixture({ root: './fixtures/squoosh-service/' });
devServer = await fixture.startDevServer();
const html = await fixture.fetch('/').then((res) => res.text());
$ = cheerio.load(html);
Expand Down

0 comments on commit d04bf31

Please sign in to comment.