Skip to content

Commit

Permalink
remove __heap_base
Browse files Browse the repository at this point in the history
  • Loading branch information
jtenner committed Apr 28, 2020
1 parent b1f8a50 commit dd064fb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/core/src/test/TestContext.ts
Expand Up @@ -154,9 +154,6 @@ export class TestContext {
/** The resulting snapshot diff. */
public snapshotDiff: SnapshotDiff | null = null;

/** The heap base, for string caching. */
protected __heap_base: number = 0;

constructor(props: ITestContextParameters) {
if (props.fileName) this.fileName = props.fileName;
/* istanbul ignore next */
Expand Down

0 comments on commit dd064fb

Please sign in to comment.