We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fae787d commit 9539cf5Copy full SHA for 9539cf5
docs/how_tos/migrate-frontend-app.md
@@ -357,7 +357,7 @@ Jest needs a babel.config.js file to be present in the repository. It should lo
357
```js
358
const { createConfig } = require('@openedx/frontend-base/config');
359
360
-module.exports = createConfig('test');
+module.exports = createConfig('babel');
361
```
362
363
0 commit comments