Fix codeblock formatting

This commit is contained in:
Skyler Kehren
2020-02-26 08:07:17 +02:00
parent 9c25e720ad
commit de4b19b2de

View File

@@ -53,10 +53,8 @@ In `package.json`, add a new `test-integration` script and add the new integrati
```json ```json
"scripts": { "scripts": {
...
"test": "npm run test-unit && npm run test-integration", "test": "npm run test-unit && npm run test-integration",
"test-integration": "npm run build && rollup -c rollup.test-integration-config.js && mocha dist/test-integration.bundle.js", "test-integration": "npm run build && rollup -c rollup.test-integration-config.js && mocha dist/test-integration.bundle.js",
...
} }
``` ```