From c77daccb0ba1f66021667e418c2e4c87e097793c Mon Sep 17 00:00:00 2001 From: Chris Manson <chris@manson.ie> Date: Fri, 29 Sep 2023 15:57:36 +0100 Subject: [PATCH] remove mention of official support for Mocha --- guides/advanced-use/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/advanced-use/index.md b/guides/advanced-use/index.md index ee37c23..e6e3a14 100644 --- a/guides/advanced-use/index.md +++ b/guides/advanced-use/index.md @@ -29,7 +29,7 @@ Ember apps use CSS by default. However, there is support for other stylesheet sy ## Testing framework -Ember has official support for QUnit and Mocha. However, other libraries may be used. +Ember has official support for QUnit. However, other libraries may be used. ## Community build tools