append nodes to builder support

Signed-off-by: CrazyMax <[email protected]>
This commit is contained in:
CrazyMax
2022-10-14 11:46:19 +02:00
parent 95cb08cb26
commit 2dfca373f3
12 changed files with 249 additions and 14 deletions
+5 -2
View File
@@ -1,10 +1,13 @@
module.exports = {
clearMocks: true,
moduleFileExtensions: ['js', 'ts'],
setupFiles: ["dotenv/config"],
setupFiles: ['dotenv/config'],
testMatch: ['**/*.test.ts'],
transform: {
'^.+\\.ts$': 'ts-jest'
},
moduleNameMapper: {
'^csv-parse/sync': '<rootDir>/node_modules/csv-parse/dist/cjs/sync.cjs'
},
verbose: true
}
};