chroma-core/chroma

Make Jest testing code more idiomatic

Open

#2,801 opened on Sep 16, 2024

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

Repository metrics

Stars
 (27,958 stars)
PR merge metrics
 (Avg merge 1d 16h) (80 merged PRs in 30d)

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