chore: Add tests for calculateDeltaAndAngle

This commit is contained in:
Sidharth Vinod
2023-11-24 10:25:50 +05:30
parent 78e118c876
commit 55ce05fc75
5 changed files with 55 additions and 6 deletions

View File

@@ -117,6 +117,9 @@ export const getBuildConfig = ({ minify, core, watch, entryName }: BuildOptions)
output,
},
},
define: {
'import.meta.vitest': 'undefined',
},
resolve: {
extensions: [],
},