Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
toririm committed Sep 19, 2024
1 parent 5381e9c commit 925b042
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"editor.formatOnSave": true,
"editor.formatOnSaveMode": "file",
"editor.codeActionsOnSave": {
"source.organizeImports": "always"
"source.organizeImports.biome": "always"
},
"editor.tabSize": 2,
"typescript.tsserver.experimental.enableProjectDiagnostics": true
Expand Down
2 changes: 1 addition & 1 deletion app/repositories/item.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { initializeTestEnvironment } from "@firebase/rules-unit-testing";
import { beforeAll, describe, expect, test } from "bun:test";
import { initializeTestEnvironment } from "@firebase/rules-unit-testing";
import type { Firestore } from "firebase/firestore";
import firebasejson from "~/../firebase.json";
import type { WithId } from "~/lib/typeguard";
Expand Down
2 changes: 1 addition & 1 deletion app/repositories/order.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { initializeTestEnvironment } from "@firebase/rules-unit-testing";
import { beforeAll, describe, expect, test } from "bun:test";
import { initializeTestEnvironment } from "@firebase/rules-unit-testing";
import type { Firestore } from "firebase/firestore";
import firebasejson from "~/../firebase.json";
import type { WithId } from "~/lib/typeguard";
Expand Down

0 comments on commit 925b042

Please sign in to comment.