UNPKG

@oaklean/profiler-jest-environment

Version:

A jest environment to collect energy measurements on source code level during test execution.

8 lines (7 loc) 215 B
import { JestEnvironmentConfig, EnvironmentContext } from '@jest/environment'; declare global { interface globalThis { jestConfig: JestEnvironmentConfig; jestContext: EnvironmentContext; } }