Skip to content

Commit

Permalink
fix/build : update index.spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Mansourkira committed Mar 19, 2024
1 parent e873f69 commit 92d0e45
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(version).toEqual("1.1.63");
expect(version).toEqual("1.1.63-beta");
});
});

0 comments on commit 92d0e45

Please sign in to comment.