Skip to content

Commit

Permalink
fix tests in frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
AkashSDas committed Aug 10, 2024
1 parent cbef63e commit 811c07f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/__tests__/store/editor/slice.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ import { describe, it, expect } from "vitest";

describe("Editor Slice", () => {
it("should be true", () => {
expect(true).toBe(false);
expect(true).toBe(true);
});
});

0 comments on commit 811c07f

Please sign in to comment.