UNPKG

@canguro/horse

Version:

Deliver your data to wherever you wish, when you wish and how you wish.

9 lines (8 loc) 218 B
module.exports = { verbose: true, bail: false, testMatch: ['**/tests/*.spec.(js|ts)'], testPathIgnorePatterns: ['<rootDir>/node_modules/'], preset: 'ts-jest', testEnvironment: 'node' };