UNPKG

metric-to-light

Version:

A utility to convert metric distances to the time it takes for light to travel that distance.

7 lines 215 B
export default { preset: 'ts-jest', testEnvironment: 'node', roots: ['<rootDir>/src'], testMatch: ['**/__tests__/**/*.ts', '**/?(*.)+(spec|test).ts'], moduleFileExtensions: ['ts', 'js', 'json', 'node'], };