Skip to content

Commit

Permalink
Polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseLion committed Jun 30, 2024
1 parent 86e2277 commit 4d0ce3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"compile": "tsc",
"lint": "eslint .",
"release": "semantic-release",
"test": "NODE_ENV=test vitest"
"test": "vitest"
},
"packageManager": "[email protected]",
"dependencies": {
Expand Down
2 changes: 2 additions & 0 deletions src/load.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ replace(`${libs}/Vibration/Vibration`, () => VibrationMock);
replace(`${libs}/Components/View/View`, () => ViewMock);
replace(`${libs}/Components/View/ViewNativeComponent`, () => ViewNativeComponentMock);
replace(`${libs}/Animated/Animated`, () => ({ default: AnimatedMock }));

export { };

0 comments on commit 4d0ce3c

Please sign in to comment.