chroma-core/chroma

Make Jest testing code more idiomatic

Open

#2801 opened on Sep 16, 2024

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Rust (27,958 stars) (2,247 forks)batch import
by-chromagood first issue

Description

There are places where we can improve the quality of our Jest tests as https://github.com/chroma-core/chroma/pull/2135 points out. This does not affect correctness but it does make our tests more idiomatic Jest.

I closed the above PR since the diff was considerably large.

Contributor guide