Skip to content

Commit

Permalink
jest nimma
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg authored Mar 22, 2024
1 parent 606f796 commit b98c7d2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,18 @@
"src/api/middlewares/*.*",
"src/lib/*.*"
],
"generator": ">=1.15.0 <2.0.0",
"generator": ">=0.50.0 <2.0.0",
"filters": [
"@asyncapi/generator-filters"
],
"hooks": {
"@asyncapi/generator-hooks": "createAsyncapiFile"
}
},
"jest": {
"moduleNameMapper": {
"^nimma/legacy$": "<rootDir>/node_modules/nimma/dist/legacy/cjs/index.js",
"^nimma/(.*)": "<rootDir>/node_modules/nimma/dist/cjs/$1"
}
}
}

0 comments on commit b98c7d2

Please sign in to comment.