UNPKG
botframework-s3storage
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
This is a library to store botframework bot state to s3
botframework-s3storage
/
jest.config.js
9 lines
(8 loc)
•
225 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
module.exports
=
{ roots: [
"<rootDir>/src"
], transform: {
"^.+
\\
.tsx?$"
:
"ts-jest"
}, testRegex:
"(/__tests__/.*|(
\\
.|/)(test|spec))
\\
.tsx?$"
, moduleFileExtensions: [
"ts"
,
"tsx"
,
"js"
,
"jsx"
,
"json"
,
"node"
] };