Webpack Workshop
Installation
yarnRunning tests
In order to run the tests (which run through Karma) you need to expose credentials as environment variables. We do that with direnv. Create a .envrc containing:
export username=tx_username
export password=tx_password
export tx_host=https://www.transifex.com|http://tx.loc:8000
export COVERALLS_REPO_TOKEN=...
export COVERALLS_SERVICE_NAME=travisAnd then
direnv allow
yarn testPurpose
LICENSE
MIT