Bumps [webpack](https://github.com/webpack/webpack) from 5.37.1 to 5.76.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.37.1...v5.76.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|---|---|---|
| .. | ||
| src | ||
| .eslintignore | ||
| .eslintrc.js | ||
| .gitignore | ||
| .nycrc.yml | ||
| jasmine-testrunner.js | ||
| karma.conf.js | ||
| package.json | ||
| README.md | ||
| tsconfig.eslint.json | ||
| tsconfig.json | ||
| typedoc.js | ||
| webpack.web.config.js | ||
@cosmjs/faucet-client
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).