diff --git a/aio/content/examples/http/specs.stackblitz.json b/aio/content/examples/http/specs.stackblitz.json index 68c0874f18..46156a84d8 100644 --- a/aio/content/examples/http/specs.stackblitz.json +++ b/aio/content/examples/http/specs.stackblitz.json @@ -15,5 +15,6 @@ "src/index-specs.html" ], "main": "src/index-specs.html", - "tags": ["http", "testing"] + "tags": ["http", "testing"], + "devDependencies": ["jasmine-core"] } diff --git a/aio/content/examples/http/stackblitz.json b/aio/content/examples/http/stackblitz.json index fdec14ad1a..1079ab149c 100644 --- a/aio/content/examples/http/stackblitz.json +++ b/aio/content/examples/http/stackblitz.json @@ -8,5 +8,6 @@ "!src/main-specs.ts" ], "file": "src/app/app.component.ts", - "tags": ["http"] + "tags": ["http"], + "devDependencies": ["jasmine-core"] }