You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Indicates if the transformer is capabale of instrumenting the code for code coverage.
62
+
* Indicates if the transformer is capable of instrumenting the code for code coverage.
63
63
*
64
64
* If V8 coverage is _not_ active, and this is `true`, Jest will assume the code is instrumented.
65
65
* If V8 coverage is _not_ active, and this is `false`. Jest will instrument the code returned by this transformer using Babel.
@@ -120,7 +120,7 @@ type TransformedSource =
120
120
| {code:string; map?:RawSourceMap|string|null}
121
121
|string;
122
122
123
-
// Config.ProjectConfig can be seen in in code [here](https://github.com/facebook/jest/blob/v26.6.3/packages/jest-types/src/Config.ts#L323)
123
+
// Config.ProjectConfig can be seen in code [here](https://github.com/facebook/jest/blob/v26.6.3/packages/jest-types/src/Config.ts#L323)
124
124
// RawSourceMap comes from [`source-map`](https://github.com/mozilla/source-map/blob/0.6.1/source-map.d.ts#L6-L12)
0 commit comments