Skip to content

Commit e5f2111

Browse files
committed
Update test API vis
1 parent 7edc49f commit e5f2111

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

text/1003-deprecation-import-ember-from-ember.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ Throughout the rest of this RFC, the following key will be used:
5353
- 🧷 to mean "this is protected API"
5454
- 🫣 to mean "no declared access"
5555

56-
### New Module Needed
56+
### Testing utilities
5757

5858
APIs for wiring up a test framework (e.g. QUnit, _etc_)
59-
- `Ember.Test`
60-
- `Ember.Test.Adapter`
61-
- `Ember.Test.QUnitAdapter`
62-
- `Ember.setupForTesting`
59+
- 🌐 `Ember.Test`
60+
- 🌐 `Ember.Test.Adapter` - currently available at [`@ember/test`](https://api.emberjs.com/ember/5.6/modules/@ember%2Ftest)
61+
- 🌐 `Ember.Test.QUnitAdapter`
62+
- 🌐 `Ember.setupForTesting`
6363

64-
These will need to be moved to a module such as `@ember/testing`.
64+
These will need to be moved to a module such as `@ember/test`.
6565

6666
### A way to communicate with the ember-inspector
6767

0 commit comments

Comments
 (0)