UNPKG

console-fail-test

Version:

Gently fails test runs if the console was used during them. 📢

1 lines • 1.07 kB
{"version":3,"sources":["../../src/spies/fallback.ts"],"sourcesContent":["import { SpyCallArgs, SpyFactory } from \"./spyTypes.js\";\n\nexport const selectFallbackSpyFactory =\n\t(): SpyFactory => (container: any, methodName: string) => {\n\t\tconst methodCalls: SpyCallArgs[] = [];\n\t\tconst originalMethod = container[methodName];\n\n\t\tconst spyMethod = function (this: unknown, ...args: SpyCallArgs) {\n\t\t\tmethodCalls.push(args);\n\n\t\t\treturn originalMethod.apply(this, args);\n\t\t};\n\n\t\tspyMethod.getCalls = () => methodCalls;\n\n\t\tspyMethod.restore = () => {\n\t\t\tcontainer[methodName] = originalMethod;\n\t\t};\n\n\t\tcontainer[methodName] = spyMethod;\n\n\t\treturn spyMethod;\n\t};\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAEO,MAAM,2BACZ,MAAkB,CAAC,WAAgB,eAAuB;AACzD,QAAM,cAA6B,CAAC;AACpC,QAAM,iBAAiB,UAAU,UAAU;AAE3C,QAAM,YAAY,YAA4B,MAAmB;AAChE,gBAAY,KAAK,IAAI;AAErB,WAAO,eAAe,MAAM,MAAM,IAAI;AAAA,EACvC;AAEA,YAAU,WAAW,MAAM;AAE3B,YAAU,UAAU,MAAM;AACzB,cAAU,UAAU,IAAI;AAAA,EACzB;AAEA,YAAU,UAAU,IAAI;AAExB,SAAO;AACR;","names":[]}