UNPKG
metric-to-light
Version:
latest (1.0.1)
1.0.1
1.0.0
A utility to convert metric distances to the time it takes for light to travel that distance.
metric-to-light
/
jest.config.mjs
7 lines
•
215 B
JavaScript
View Raw
1
2
3
4
5
6
7
export
default
{
preset
:
'ts-jest'
,
testEnvironment
:
'node'
,
roots
: [
'<rootDir>/src'
],
testMatch
: [
'**/__tests__/**/*.ts'
,
'**/?(*.)+(spec|test).ts'
],
moduleFileExtensions
: [
'ts'
,
'js'
,
'json'
,
'node'
], };