Skip to content

Commit

Permalink
Istanbul integration (#137)
Browse files Browse the repository at this point in the history
Add comment to disable istanbul for serialized code
  • Loading branch information
manuel-jasso authored Jan 28, 2021
1 parent c082277 commit 39d40ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/red.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export interface MarshalHooks {
construct(target: BlueConstructor, argumentsList: ArrayLike<BlueValue>, newTarget?: any): BlueValue;
}

// istanbul ignore next
export const serializedRedEnvSourceText = (function redEnvFactory(blueEnv: MembraneBroker, hooks: MarshalHooks) {
const LockerLiveValueMarkerSymbol = Symbol.for('@@lockerLiveValue');
const { blueMap, distortionMap } = blueEnv;
Expand Down

0 comments on commit 39d40ee

Please sign in to comment.