@embroider/test-setup 1.4.0 → 1.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
@@ -68,7 +68,7 @@ This function always accepts your `app` (the value returned from `new EmberApp`
|
|
68
68
|
|
69
69
|
When Embroider is not present in the app's dependencies, it does exactly the same thing as `app.toTree()`. But when Embroider is present, it uses Embroider and if it sees one of our pre-defined scenario names in the environment variable `EMBROIDER_TEST_SETUP_OPTIONS`, it will merge those pre-defined options into any options that you provided.
|
70
70
|
|
71
|
-
For detailed documentation on what can go in `embroiderOptions`, see the comments in [Core Options](`https://github.com/embroider-build/embroider/blob/
|
71
|
+
For detailed documentation on what can go in `embroiderOptions`, see the comments in [Core Options](`https://github.com/embroider-build/embroider/blob/main/packages/core/src/options.ts`) and [Compat Options](https://github.com/embroider-build/embroider/blob/main/packages/compat/src/options.ts).
|
72
72
|
|
73
73
|
If you normally pass extra broccoli trees to the `app.toTree()` method, you can still do so and should use the `extraPublicTrees` option:
|
74
74
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@embroider/test-setup",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.7.0",
|
4
4
|
"repository": {
|
5
5
|
"type": "git",
|
6
6
|
"url": "https://github.com/embroider-build/embroider.git",
|
@@ -16,7 +16,7 @@
|
|
16
16
|
"resolve": "^1.20.0"
|
17
17
|
},
|
18
18
|
"devDependencies": {
|
19
|
-
"@embroider/compat": "1.
|
19
|
+
"@embroider/compat": "1.7.0"
|
20
20
|
},
|
21
21
|
"engines": {
|
22
22
|
"node": "12.* || 14.* || >= 16"
|