cosmjs/packages/faucet-client
dependabot[bot] c829161d9b Bump axios from 0.21.4 to 1.6.0
Bumps [axios](https://github.com/axios/axios) from 0.21.4 to 1.6.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.4...v1.6.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-15 15:18:44 +01:00
..
2022-03-02 18:26:57 +01:00
2020-10-14 13:11:27 +02:00
2020-10-14 13:11:27 +02:00
2020-10-14 13:11:27 +02:00
2021-05-19 15:40:06 +02:00
2023-11-15 15:18:44 +01:00
2022-02-08 13:56:18 +01:00
2021-05-18 15:16:03 +02:00
2021-03-11 15:38:48 +01:00

@cosmjs/faucet-client

npm version

Running the tests

First of all you will need an instance of wasmd running. From the root directory of this repository:

./scripts/wasmd/start.sh && ./scripts/wasmd/init.sh

You will also need a faucet. From the root directory of this repository:

cd packages/faucet
yarn start-dev

The tests need to be told you are running the faucet via an environmental variable:

export FAUCET_ENABLED=1

Finally run the tests from this directory:

yarn test

License

This package is part of the cosmjs repository, licensed under the Apache License 2.0 (see NOTICE and LICENSE).