Home

Webpack Workshop

MIT License Build Status Coverage Status

Installation

  yarn

Running 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=travis

And then

direnv allow
yarn test

Purpose

LICENSE

MIT