UNPKG

friday-sdk

Version:

Official JavaScript/TypeScript SDK for the Friday API

11 lines 342 B
module.exports = { preset: 'ts-jest', testEnvironment: 'node', roots: ['<rootDir>/src'], testMatch: ['**/*.test.ts', '**/*.spec.ts', '**/test.ts'], transform: { '^.+\\.tsx?$': 'ts-jest', }, moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'], testTimeout: 30000, // Set timeout to 30 seconds for all tests };