UNPKG

siegel

Version:

Web application development ecosystem

10 lines (9 loc) 260 B
'use strict'; //TODO typing blocked by https://github.com/facebook/jest/issues/12952 // console.log(import.meta) const jestOptions = { preset: 'ts-jest/presets/default-esm', rootDir: './', testMatch: ['**/*.test.ts'] }; export default jestOptions;