Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Dec 7, 2021
1 parent 5a45d02 commit c9cc6b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/loader.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import fileType from "file-type";
import { fixturesPath, isOptimized, plugins, runWebpack } from "./helpers";
import ImageMinimizerPlugin from "../src/index.js";

jest.setTimeout(20000);

describe("loader", () => {
it("should optimizes all images", async () => {
const stats = await runWebpack({
Expand Down

0 comments on commit c9cc6b0

Please sign in to comment.