From d87b74d40ebe6f07ac05d57f76312f19aeb65344 Mon Sep 17 00:00:00 2001 From: Bruce Markham <219281+brucificus@users.noreply.github.com> Date: Sun, 10 Dec 2023 19:29:30 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Disables=20NodeJS=20EJS=20Expect?= =?UTF-8?q?ations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commitlint.config.js | 2 +- jest.config.js | 2 +- package.json | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/commitlint.config.js b/commitlint.config.js index ba38722..bae0249 100644 --- a/commitlint.config.js +++ b/commitlint.config.js @@ -1,4 +1,4 @@ -export default { +module.exports = { extends: ["./node_modules/commitlint-config-gitmoji"], parserPreset: { parserOpts: { diff --git a/jest.config.js b/jest.config.js index 4a1fb39..968276b 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,4 +1,4 @@ -export default { +module.exports = { transform: {'^.+\\.ts?$': 'ts-jest'}, testEnvironment: 'node', testRegex: '/tests/.*\\.(test|spec)?\\.(ts|tsx)$', diff --git a/package.json b/package.json index 5f9a8c6..038e24c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,5 @@ { "name": "vb6-antlr4", - "type": "module", "version": "1.0.50", "description": "A Visual Basic 6 lexer & parser that provides both visitor and listener patterns to traverse the parse tree.", "files": [