This commit is contained in:
Sidharth Vinod
2022-09-20 22:44:49 +05:30
parent dab43da202
commit b83f18327a
2 changed files with 1 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ module.exports = {
transform: {
'^.+\\.[jt]sx?$': 'esbuild-jest',
'^.+\\.jison$': [
path.resolve(__dirname, './src/jison/transformer.js'),
path.resolve(__dirname, './src/jison/transformer.cjs'),
{ 'token-stack': true },
],
},