Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
nuke the dead code - jest comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tenthirtyone committed Mar 4, 2022
1 parent f116e2f commit 33ab666
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/db/src/project/test/integration.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import type { Query, Mutation } from "@truffle/db/process";

let server;
const port = 8545;
// @ts-ignore
// @ts-ignore jest-specific pedantry
beforeAll(async done => {
server = Ganache.server({
// note instamine must be set to eager (default) with vmErrorsOnRPCResponse enabled
Expand Down Expand Up @@ -520,7 +520,6 @@ describe("Compilation", () => {
);
// @ts-ignore won't be undefined
let bytecodeId: string = generateId("bytecodes", shimBytecodeObject);
//let callBytecodeId = generateId("bytecodes", shimCallBytecodeObject);

// @ts-ignore won't be updefined
let contractId: string = generateId("contracts", {
Expand Down Expand Up @@ -864,8 +863,6 @@ describe("Compilation", () => {

it("loads contracts", async () => {
for (let index in artifacts) {
//let expectedId = contractIds[index];

let {
data: {
contract: {
Expand Down

0 comments on commit 33ab666

Please sign in to comment.