This website requires JavaScript.
Explore
Help
Sign In
LaconicNetwork
/
vega-frontend-monorepo
Watch
3
Star
0
Fork
0
You've already forked vega-frontend-monorepo
Code
Issues
Pull Requests
1
Packages
Projects
Releases
Wiki
Activity
333a7d6206
vega-frontend-monorepo
/
libs
/
deal-ticket
/
src
/
setup-tests.ts
3 lines
63 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Fixes for workflows (#291) * change to setting envars rather than passing in via CLI * update nx to latest patch version * add env files for token-e2e, fix lint and ts errors * move generate functions to mocs for trading e2e to avoid violating boundary rules * add jsx compiler option for trading-e2e * downgrade nextjs * add testing-library to types declaration where required
2022-04-23 00:51:18 +00:00
import
'@testing-library/jest-dom'
;
Feat/1660 validate available margin (#1860) * feat: deal ticket margin validation * feat: deal ticket margin validation - working solution * feat: deal ticket margin validation - add int test * feat: deal ticket margin validation - improve int test * feat: deal ticket margin validation - improve int test * feat: deal ticket margin validation - fix unit test * feat: deal ticket margin validation - improve case when no account * feat: deal ticket margin validation - fix unit test * feat: deal ticket margin validation - fix int test * feat: deal ticket margin validation - fix int test * feat: deal ticket margin validation - fix int test Co-authored-by: maciek <maciek@vegaprotocol.io>
2022-10-27 18:12:03 +00:00
import
'jest-canvas-mock'
;
Reference in New Issue
Copy Permalink