conda-incubator / conda-store-ui

conda-store-ui is a frontend for conda-store powered by react
https://conda-incubator.github.io/conda-store-ui/
BSD 3-Clause "New" or "Revised" License
13 stars 18 forks source link

Fix test warnings #370

Closed gabalafou closed 4 months ago

gabalafou commented 5 months ago

I'm not sure if there's already a GitHub issue for this, but see https://github.com/conda-incubator/conda-store-ui/pull/357#issuecomment-1918358880

Description

This PR fixes things so that there are no warnings when running yarn test.

Note: PR #357 fixed the errors, not the warnings.

Pull request checklist

gabalafou commented 5 months ago

If we merge #369 first, then we can check that this PR fixes the console warnings in CI.

gabalafou commented 4 months ago

@peytondmurray checks pass, but the PR needs approval before I can merge it in