Skip to content

Commit

Permalink
chore : update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mansourkira committed Mar 19, 2024
1 parent cae7deb commit 602269b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
import { version } from "../package.json";
describe("Hajar.src.js", () => {
it("should get the library's version", () => {
expect(["1.1.66-beta", "1.1.66"]).toContain(version);
expect(["1.1.67-beta", "1.1.67"]).toContain(version);
});
});

0 comments on commit 602269b

Please sign in to comment.