From c29ff722a007e18e7c04595379a3680966fe8b04 Mon Sep 17 00:00:00 2001 From: Brandon Roberts Date: Sat, 6 Oct 2018 15:45:48 -0500 Subject: [PATCH] docs: add testing styles back to boilerplate configuration (#25892) PR Close #25892 --- aio/tools/examples/shared/boilerplate/testing/angular.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aio/tools/examples/shared/boilerplate/testing/angular.json b/aio/tools/examples/shared/boilerplate/testing/angular.json index 976280e171..6d8dda4e1e 100644 --- a/aio/tools/examples/shared/boilerplate/testing/angular.json +++ b/aio/tools/examples/shared/boilerplate/testing/angular.json @@ -23,7 +23,8 @@ "src/assets" ], "styles": [ - "src/styles.css" + "src/styles.css", + "src/test.css" ], "scripts": [] },