Skip to content

Commit

Permalink
add skip getCannonContract() test
Browse files Browse the repository at this point in the history
  • Loading branch information
mjlescano committed Oct 10, 2024
1 parent 8aa980e commit b44809e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/builder/src/helpers.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ describe('helpers.test.ts', () => {
});
});

describe('getCannonContract()', () => {
// Skipping test for now as it is a function that is not used anywhere
describe.skip('getCannonContract()', () => {
const fakeStorage = new CannonStorage(new InMemoryRegistry(), { mem: new InMemoryLoader(1) }, 'mem');

beforeAll(async () => {
Expand Down

0 comments on commit b44809e

Please sign in to comment.