diff --git a/docs/in-depth/testing.md b/docs/in-depth/testing.md index 3de0d15..2d2f033 100644 --- a/docs/in-depth/testing.md +++ b/docs/in-depth/testing.md @@ -53,10 +53,8 @@ In `package.json`, add a new `test-integration` script and add the new integrati ```json "scripts": { - ... "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", - ... } ```