Skip to content

Commit

Permalink
chore: add skeleton for bridge action tests
Browse files Browse the repository at this point in the history
  • Loading branch information
infiniteflower committed Oct 2, 2024
1 parent f4e0114 commit 2813f63
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ui/ducks/bridge/actions.test.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
describe('bridge/actions', () => {
describe('signBridgeTransaction', () => {
it.todo('executes bridge transaction');
it.todo('executes approval transaction if it exists');
it.todo('adds source token if it does not exist');
it.todo('adds dest token if it does not exist');
it.todo('adds network if it does not exist');
it.todo('routes to activity tab');
});
});

0 comments on commit 2813f63

Please sign in to comment.