chore: convert rendering tests to es6 (#1658)

* chore: convert rendering tests to es6

* chore: fix cjs config usage

* chore: fix cjs config usage

* chore: fix verify translations

* chore: babel and jest es6

* chore: aw cjs

* chore: aw cjs

* chore: aw cjs

* chore: fix path
This commit is contained in:
Tobias Åström
2024-12-30 14:40:28 +01:00
committed by GitHub
parent 4cbeba7555
commit 32d600e88b
26 changed files with 58 additions and 65 deletions

View File

@@ -8,7 +8,7 @@ const { nodeResolve } = require('@rollup/plugin-node-resolve');
const replace = require('@rollup/plugin-replace');
const terser = require('@rollup/plugin-terser');
const localeStringValidator = require('./tools/locale-string-validator');
const localeStringValidator = require('./tools/locale-string-validator.cjs');
const cwd = process.cwd();
const pkg = require(path.join(cwd, 'package.json')); // eslint-disable-line