Skip to content

Commit

Permalink
test: force ci actions
Browse files Browse the repository at this point in the history
  • Loading branch information
NedcloarBR committed Apr 4, 2024
1 parent d40acf2 commit 1d02694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Packages/Client/test/coverage.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { describe, expect, it } from "vitest";

describe("Generate Coverage", async () => {
describe("Generate Coverage", () => {
it('Should return a "Hello, World!"', () => {
const Test = "Hello, World!";
expect(Test).toBe("Hello, World!");
Expand Down

0 comments on commit 1d02694

Please sign in to comment.