Skip to content

Commit

Permalink
test: fake qwe test and commented glogal.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
pcheremu committed Aug 2, 2024
1 parent 794b24c commit 21d8a6f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/integration-tests-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ jobs:
matrix:
node-version: ['lts/*'] # 18.17.1 or lts/*
test-pattern:
- qwe.test.ts
# - accounts.test.ts
# - addresses.test.ts
- batches.test.ts
- blocks.test.ts
# - batches.test.ts
# - blocks.test.ts
# - contracts.test.ts
# - logs.test.ts
# - stats.test.ts
Expand Down
12 changes: 6 additions & 6 deletions packages/integration-tests/tests/hooks/global.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ export default async () => {
const helper = new Helper();
const bufferRoute = "src/playbook/";

await playbook.deployERC20toL2();
await playbook.deployERC20toL1();
await playbook.depositETH("0.0000001");
const bufferFile = bufferRoute + Buffer.L1;
const token = await helper.getStringFromFile(bufferFile);
await playbook.depositERC20("100", token, 18);
// await playbook.deployERC20toL2();
// await playbook.deployERC20toL1();
// await playbook.depositETH("0.0000001");
// const bufferFile = bufferRoute + Buffer.L1;
// const token = await helper.getStringFromFile(bufferFile);
// await playbook.depositERC20("100", token, 18);
};

0 comments on commit 21d8a6f

Please sign in to comment.