Skip to content

Commit fec6a0a

Browse files
rubennortefacebook-github-bot
authored andcommitted
Set displayName for Fantom configuration (#52778)
Summary: Pull Request resolved: #52778 Changelog: [internal] Jest has an option to select a specific project when running tests: ``` jest --selectProjects fantom ``` But for this to work, a `displayName` option needs to be set in the project configuration. This adds that for Fantom tests (using `fantom`). Reviewed By: rshest Differential Revision: D78802516 fbshipit-source-id: 483e7c1450b1f97961e4e43c963fac3ce82cee58
1 parent 130b46c commit fec6a0a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

private/react-native-fantom/config/jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ const globalSetup /*: ?string */ = isCI
2323
: null;
2424

2525
module.exports = {
26+
displayName: 'fantom',
2627
rootDir: path.resolve(__dirname, '../../..') /*:: as string */,
2728
roots: [
2829
'<rootDir>/packages/react-native',

0 commit comments

Comments
 (0)