UNPKG

@asyncapi/generator

Version:

The AsyncAPI generator. It can generate documentation, code, anything!

10 lines (9 loc) 335 B
const path = require('path'); module.exports = { clearMocks: true, moduleNameMapper: { '^nimma/legacy$': '<rootDir>../../node_modules/nimma/dist/legacy/cjs/index.js', '^nimma/(.*)': '<rootDir>../../node_modules/nimma/dist/cjs/$1', '^@asyncapi/nunjucks-filters$': path.resolve(__dirname, '../nunjucks-filters'), }, };