From 39d40ee0c39a661d916d71cca6ec9516d8f02c82 Mon Sep 17 00:00:00 2001 From: Manuel Jasso Date: Thu, 28 Jan 2021 14:49:00 -0800 Subject: [PATCH] Istanbul integration (#137) Add comment to disable istanbul for serialized code --- src/red.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/red.ts b/src/red.ts index e3e92ca3..84d2621d 100644 --- a/src/red.ts +++ b/src/red.ts @@ -49,6 +49,7 @@ export interface MarshalHooks { construct(target: BlueConstructor, argumentsList: ArrayLike, newTarget?: any): BlueValue; } +// istanbul ignore next export const serializedRedEnvSourceText = (function redEnvFactory(blueEnv: MembraneBroker, hooks: MarshalHooks) { const LockerLiveValueMarkerSymbol = Symbol.for('@@lockerLiveValue'); const { blueMap, distortionMap } = blueEnv;