Skip to content

Commit

Permalink
fixed core module mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyGura committed Dec 25, 2023
1 parent 939ed55 commit 2fc20c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rapier3d/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"^.+\\.(t|j)s$": "ts-jest"
},
"moduleNameMapper": {
"@gg-web-engine": "<rootDir>/node_modules/@gg-web-engine/dist/@gg-web-engine.min.js"
"@gg-web-engine/core": "<rootDir>/../core/src/index.ts"
},
"preset": "ts-jest/presets/default",
"collectCoverageFrom": [
Expand Down

0 comments on commit 2fc20c2

Please sign in to comment.