UNPKG

berea

Version:

A promise-wrapped library and ORM for using https://scripture.api.bible

10 lines (9 loc) 185 B
module.exports = { testMatch: [ '(/test/.*|(\\.|/)(test|spec))\\.[jt]sx?$', '**/?(*.)+(spec|test).[tj]s?(x)', ], transform: { '^.+\\.[t|j]sx?$': 'babel-jest', }, };