UNPKG

@jest/source-map

Version:

Applies source maps to stack traces, so a failing test points at the code you wrote rather than at the code Jest ran.

5 lines (3 loc) • 147 B
import cjsModule from './index.js'; export const SourceMapSupport = cjsModule.SourceMapSupport; export const getCallsite = cjsModule.getCallsite;