Skip to content

Commit

Permalink
Rework integration tests and introduce multiple suits
Browse files Browse the repository at this point in the history
  • Loading branch information
popzxc committed Nov 27, 2021
1 parent 552c606 commit cb93f6f
Show file tree
Hide file tree
Showing 25 changed files with 762 additions and 601 deletions.
14 changes: 7 additions & 7 deletions core/tests/ts-tests/tests/api.test.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import { Wallet, RestProvider, getDefaultRestProvider, types, utils } from 'zksync';
import { Tester } from './tester';
import { Tester } from './tester/tester';
import * as ethers from 'ethers';
import './priority-ops';
import './change-pub-key';
import './transfer';
import './withdraw';
import './forced-exit';
import './mint-nft';
import './tester/priority-ops';
import './tester/change-pub-key';
import './tester/transfer';
import './tester/withdraw';
import './tester/forced-exit';
import './tester/mint-nft';
import { expect } from 'chai';
import path from 'path';

Expand Down
Loading

0 comments on commit cb93f6f

Please sign in to comment.