tracking-opt-in-test
v1.0.6
Published
FANDOM's gdpr opt-in dialog prompt.
Downloads
6
Readme
tracking-opt-in
FANDOM's gdpr opt-in dialog prompt.
Installation
$> yarn install
Local Development
$> yarn start
Open up http://localhost:3000. Webpack HMR should update the app as you develop.
The main entry point is src/index.js
.
Running Tests
To run a single pass over the tests:
$> yarn test
To run the tests in watch mode so that changes re-run the tests:
$> yarn test:watch