* chore: move to swc * chore: fix tax rate tests * chore: undo failed test * chore: fix unit tests script * chore: use node 20 * Update scripts/run-workspace-unit-tests-in-chunks.sh
6 lines
132 B
JavaScript
6 lines
132 B
JavaScript
module.exports = {
|
|
transform: { "^.+\\.[jt]s$": "@swc/jest" },
|
|
testEnvironment: `node`,
|
|
moduleFileExtensions: [`js`, `ts`],
|
|
}
|