Implement input validation and supporting tests with automation of the tests via actions.
This commit is contained in:
6
jest.config.js
Normal file
6
jest.config.js
Normal file
@@ -0,0 +1,6 @@
|
||||
export default {
|
||||
transform: {
|
||||
"^.+\\.tsx?$": ["ts-jest", { useESM: true }]
|
||||
},
|
||||
extensionsToTreatAsEsm: [".ts"],
|
||||
};
|
||||
Reference in New Issue
Block a user