Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dbritto-dev committed Apr 14, 2024
1 parent a32fa5c commit 977e3fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vitest.config.mts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineConfig } from "vitest/config";

export default defineConfig({
test: {
environment: "node",
},
test: {
environment: "node",
},
});

0 comments on commit 977e3fd

Please sign in to comment.