Skip to content

Commit 9f48e1b

Browse files
holaontiverosarbrandes
authored andcommitted
chore: added comment for right babel config
1 parent 6e803b8 commit 9f48e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/how_tos/migrate-frontend-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ Jest needs a babel.config.js file to be present in the repository. It should lo
357357
```js
358358
const { createConfig } = require('@openedx/frontend-base/config');
359359

360-
module.exports = createConfig('test');
360+
module.exports = createConfig('babel');
361361
```
362362

363363

0 commit comments

Comments
 (0)