Skip to content

Commit

Permalink
fix: updated test
Browse files Browse the repository at this point in the history
  • Loading branch information
daveskybet committed Dec 27, 2024
1 parent 82171fe commit 6d01f83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ import legacyClasses from "./legacy/index.css";

it("should have consistent hash", () => {
expect(classes["container-main"]).toBe(`${/* md4("./style.module.css") */ "_7ea850e6088d2566f677"}-container-main`)
expect(legacyClasses["legacy-main"]).toBe(`${/* md4("./legacy/index.css") */ "c15d43fe622e87bbf5d"}-legacy-main`)
expect(legacyClasses["legacy-main"]).toBe(`${/* md4("./legacy/index.css") */ "_2c15d43fe622e87bbf5d"}-legacy-main`)
});

0 comments on commit 6d01f83

Please sign in to comment.