From de4b19b2deae537a1b485ce320a10b965c6f78d0 Mon Sep 17 00:00:00 2001 From: Skyler Kehren Date: Wed, 26 Feb 2020 08:07:17 +0200 Subject: [PATCH] Fix codeblock formatting --- docs/in-depth/testing.md | 2 -- 1 file changed, 2 deletions(-) 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", - ... } ```