Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom authored and github-actions[bot] committed Feb 7, 2024
1 parent 4ff249b commit 895cdf6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions example/src/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { test, expect } from "vitest";
import { expect, test } from "vitest";

test('default', () => {
expect(true).toBe(true)
})
test("default", () => {
expect(true).toBe(true);
});

0 comments on commit 895cdf6

Please sign in to comment.