Skip to content

setupTests.js entry missing after eject #643

Closed
@fcaldera

Description

@fcaldera

This is how the setupFiles section looks after ejecting:

    "setupFiles": [
      "<rootDir>/config/polyfills.js"
    ],

In previous version:

    "setupFiles": [
      "<rootDir>/config/polyfills.js",
      "<rootDir>/src/setupTests.js"
    ], 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions