Skip to content

Commit 5da1e73

Browse files
committed
Format
1 parent 4d01654 commit 5da1e73

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

yarn-project/end-to-end/src/e2e_2_pxes.test.ts

+11-6
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
11
import { getUnsafeSchnorrAccount } from '@aztec/accounts/single_key';
22
import { createAccounts } from '@aztec/accounts/testing';
3-
import { type AztecAddress, type AztecNode, type DebugLogger, type ExtendedNote, Fr, type PXE, type Wallet, retryUntil, sleep } from '@aztec/aztec.js';
3+
import {
4+
type AztecAddress,
5+
type AztecNode,
6+
type DebugLogger,
7+
type ExtendedNote,
8+
Fr,
9+
type PXE,
10+
type Wallet,
11+
retryUntil,
12+
sleep,
13+
} from '@aztec/aztec.js';
414
import { ChildContract, TestContract, TokenContract } from '@aztec/noir-contracts.js';
515

6-
7-
816
import { expect, jest } from '@jest/globals';
917

10-
11-
1218
import { deployToken, expectTokenBalance, mintTokensToPrivate } from './fixtures/token_utils.js';
1319
import { setup, setupPXEService } from './fixtures/utils.js';
1420

15-
1621
const TIMEOUT = 120_000;
1722

1823
describe('e2e_2_pxes', () => {

0 commit comments

Comments
 (0)