保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 9bdb95c9e34cef640534e5e5a1e2225a80442000
PAMapp/node_modules/@jest/transform/build/types.d.ts
@@ -45,7 +45,7 @@
}
export interface SyncTransformer<OptionType = unknown> {
    /**
     * Indicates if the transformer is capabale of instrumenting the code for code coverage.
     * Indicates if the transformer is capable of instrumenting the code for code coverage.
     *
     * If V8 coverage is _not_ active, and this is `true`, Jest will assume the code is instrumented.
     * If V8 coverage is _not_ active, and this is `false`. Jest will instrument the code returned by this transformer using Babel.
@@ -59,7 +59,7 @@
}
export interface AsyncTransformer<OptionType = unknown> {
    /**
     * Indicates if the transformer is capabale of instrumenting the code for code coverage.
     * Indicates if the transformer is capable of instrumenting the code for code coverage.
     *
     * If V8 coverage is _not_ active, and this is `true`, Jest will assume the code is instrumented.
     * If V8 coverage is _not_ active, and this is `false`. Jest will instrument the code returned by this transformer using Babel.