From 506b41c5c92c4ead7697e7c0281b38bc359a2e55 Mon Sep 17 00:00:00 2001 From: "David J. Hamilton" Date: Mon, 8 Feb 2021 13:51:23 -0800 Subject: [PATCH] Update migration.md --- docs/migration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/migration.md b/docs/migration.md index 12d99753..7474cdd3 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -71,6 +71,8 @@ start(); //... ``` +**Note**: Only make this change when you've updated your version of `ember-qunit` to a `5.x.x` version. Doing so pre-emptively will result in errors trying to import `setup`. + ### Remove `ember-test-helpers` modules For a long time `@ember/test-helpers` re-exported all of its modules under the `ember-test-helpers` namespace,