UNPKG

botframework-s3storage

Version:

This is a library to store botframework bot state to s3

9 lines (8 loc) 225 B
module.exports = { roots: ["<rootDir>/src"], transform: { "^.+\\.tsx?$": "ts-jest" }, testRegex: "(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$", moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"] };