Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate enzyme to testing library #586

Merged
merged 64 commits into from
Sep 11, 2023

Replace act with waitFor

ec062bb
Select commit
Loading
Failed to load commit list.
Merged

Migrate enzyme to testing library #586

Replace act with waitFor
ec062bb
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Travis CI / Travis CI - Branch succeeded Sep 11, 2023 in 2m 43s

Build Passed

The build passed, just like the previous build.

Details

This is a normal build for the migrate-enzyme-to-testing-library branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Focal)
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "cache": {
    "yarn": true
  },
  "before_script": [
    "yarn lint --max-warnings=0",
    "yarn size"
  ],
  "notifications": {
    "email": [
      {
        "enabled": false
      }
    ]
  },
  "deploy": [
    {
      "provider": "npm",
      "email": "[email protected]",
      "on": {
        "branch": [
          "master"
        ]
      },
      "skip_cleanup": true,
      "api_token": {
        "secure": "JWQsalgEd1X2xXhfOwwH6XA+T7FsdIJwH0R2ot2KQIMC4FJ8BS2WqeBMjhxgfzOmoYFjK0CZe1+gnVmZVqERBGDmXf1M32xHuK9cxTOT7T/qhj/jvdUD08c3yUGrF9HOAL4tgprMiOlEu3yukQZJM1Tn1C34zD1gW5JJmNXVSNxVK4hE/vXC8YKX9aT+O2MKX93gJqWcwfI0ty0vj2eNr3mUpccACDjQNyLlmYKdAwLNa+DcUfiKodGGkCMH5CY5uK8klrwRNDO4benY2KT7vbqYnz5o6pAaLDO/YGbi6PGJNbio4qXroWg+Fc2I/TQj8wwZqss1Y06ChWWNKZapNWW51H/6w2XGDGTwNMwAdj+bFLH9Pi8CVY+OmEjSJGTO71GQXworO4EEeN84/cgW1ukti8PtsaPVFR5NvpziHZ4Z4RRD6GdSZS/v4C2wgNtO8sH8SOIxPnlW6swYHYnr4Qcl4pP+g+zPTznZwDtwE3GqWAmpKUeAvNXl9GpxWqXRmO5lJcFN9d7hjAm2GSctIJVeLnC5j/YybAHZqGfN5kOjMemNM7BlsNrczLiHl7gMKr4NQbKRfUhVkgyPw9d1UO5J83GcWkpeHnjIch17CyGlOZkjQFavb/KTzMbwdzUoawC1WnEuuy0kMBbj/zhMdcRcJLMsNyWKt3/rhBuaBbQ="
      }
    }
  ]
}