which will start a webserver on port 9880 and auto-reloads
yarn dev
```
which will start a webserver on port 9880 and auto-reloads
- whenever you edit files.
+ whenever you edit files. Configuration in `rollup.config.js`.
## Testing
## Testing
-* Run syntax linter
+The `test/` setup uses [Mocha](https://mochajs.org/) to run tests. Tests use [Puppeteer](https://pptr.dev/) to control a Google Chrome headless browser and evaluate with [Assert](https://nodejs.org/api/assert.html).
+
+
+* Run integration test suite (configuration in `.mocharc.js`)
+
+ ```
+ yarn test
+ ```
+
+* Run syntax linter (configuration in `.eslint.js`)
```
yarn lint
```
```
yarn lint
```
+
## Prepare a release
1. Update version number in `package.json` file
2. Update `CHANGES.md` file
## Prepare a release
1. Update version number in `package.json` file
2. Update `CHANGES.md` file
-3. Run `yarn build` to make sure the `dist/build/` files don't contain lifereload.js