UNPKG

@hastom/fixed-point

Version:

Light lib for fixed point math made around native bigint

11 lines (10 loc) 277 B
/** @type {import('ts-jest').JestConfigWithTsJest} */ module.exports = { preset: 'ts-jest', testEnvironment: 'node', clearMocks: true, errorOnDeprecated: true, moduleFileExtensions: ['js', 'json', 'ts', 'node'], resetMocks: false, testLocationInResults: true, };