45a4dd7009
* feat: mobile navbar on Console * feat: mobile navbar on Console - adjust unit test * feat: mobile navbar on Console - adjust unit test * feat: mobile navbar on Console - adjust themes * feat: mobile navbar on Console - add some unit tests * feat: mobile navbar on Console - refactor solution * feat: mobile navbar on Console - adjust int tests * feat: mobile navbar on Console - adjust styling * feat: mobile navbar on Console - move close button into the drawer * feat: mobile navbar on Console - adjust int tests * chore: close drawe after navigation * chore: mobile navbar on Console - adjust unit tests * chore: mobile navbar on Console - adjust unit tests Co-authored-by: Matthew Russell <mattrussell36@gmail.com> |
||
---|---|---|
.. | ||
src | ||
.babelrc | ||
.eslintrc.json | ||
jest.config.ts | ||
package.json | ||
project.json | ||
README.md | ||
tsconfig.json | ||
tsconfig.lib.json | ||
tsconfig.spec.json |
environment
This library was generated with Nx.
Prerequisites
The environment variables needed to be present for any app consuming this library.
NX_VEGA_ENV
is the name of the environment.
NX_VEGA_URL
OR NX_VEGA_CONFIG_URL
- either the network configuration url or a url to a node to directly connect to
NX_VEGA_WALLET_URL
the default vega wallet URL
For examples, see Block Explorer's .env files here
Running unit tests
Run nx test environment
to execute the unit tests via Jest.