🔧 Disables NodeJS EJS Expectations

This commit is contained in:
Bruce Markham
2023-12-10 19:29:30 -05:00
parent 8b79d96183
commit d87b74d40e
3 changed files with 2 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
export default {
module.exports = {
transform: {'^.+\\.ts?$': 'ts-jest'},
testEnvironment: 'node',
testRegex: '/tests/.*\\.(test|spec)?\\.(ts|tsx)$',