chore(deps-dev): bump jest from 27.5.1 to 28.0.3 (#2995)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yash-Singh1 <saiansh2525@gmail.com>
This commit is contained in:
dependabot[bot]
2022-05-04 17:42:11 -07:00
committed by GitHub
parent 8060fd8890
commit 52fbc604b8
7 changed files with 513 additions and 616 deletions

View File

@@ -2,6 +2,6 @@ const { Generator } = require('jison');
module.exports = {
process(sourceText, sourcePath, options) {
return new Generator(sourceText, options.transformerConfig).generate();
return { code: new Generator(sourceText, options.transformerConfig).generate() };
},
};