We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d51aef commit 3d0cf7bCopy full SHA for 3d0cf7b
1 file changed
lib/helpers.js
@@ -111,7 +111,7 @@ function makeFastbootTestingConfig(config, pkg) {
111
} else {
112
deprecate(
113
() => Object.assign(customized, fastbootTestConfig),
114
- `Exporting an object from ${fastbootTestConfigPath} has been deprecated. Please export a function which returns an object instead.`,
+ `Exporting an object from ${fastbootTestConfigPath} has been deprecated. Please export a function which returns an object instead.`
115
)();
116
}
117
0 commit comments