statefun-sdk-js/jest.config.js (14 lines of code) (raw):
module.exports = {
"roots": [
"<rootDir>"
],
"testMatch": [
"**/test/**/*.+(ts|tsx|js)",
"**/?(*.)+(spec|test).+(ts|tsx|js)"
],
"transform": {
"^.+\\.(ts|tsx)$": "ts-jest"
},
"preset": "ts-jest",
"testEnvironment": "node"
}