Skip to content

Commit

Permalink
chore: update line numbers in patch
Browse files Browse the repository at this point in the history
  • Loading branch information
dfx-json committed Nov 19, 2024
1 parent 680c26a commit b2a2702
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@@ -1,1 +1,2 @@
+/// <reference types="vitest" />
import { fileURLToPath, URL } from 'url';
@@ -33,1 +33,5 @@
@@ -41,1 +41,5 @@
+ test: {
+ environment: 'jsdom',
+ setupFiles: 'src/setupTests.js',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@@ -1,1 +1,2 @@
+/// <reference types="vitest" />
import { fileURLToPath, URL } from 'url';
@@ -33,1 +33,5 @@
@@ -41,1 +41,5 @@
+ test: {
+ environment: 'jsdom',
+ setupFiles: 'src/setupTests.js',
Expand Down

0 comments on commit b2a2702

Please sign in to comment.