Skip to content

Commit

Permalink
fix: memdown import in e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexghr committed Sep 28, 2023
1 parent 49bcec2 commit 397a77d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions yarn-project/end-to-end/src/integration_l1_publisher.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ import { MerkleTreeOperations, MerkleTrees } from '@aztec/world-state';

import { beforeEach, describe, expect, it } from '@jest/globals';
import { default as levelup } from 'levelup';
// TODO (@alexghr) figure out why eslint doesnt't see @types/memdown
// eslint-disable-next-line import/no-extraneous-dependencies
import { default as memdown } from 'memdown';
import {
Address,
Expand Down

0 comments on commit 397a77d

Please sign in to comment.