Skip to content

Commit

Permalink
Remove unnecessary exports
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 committed Feb 5, 2025
1 parent 8c376c1 commit 4b9c362
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions js/src/jest/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -304,12 +304,6 @@ export {
* ```
*/
expect,
/** Whether the actual string value is close to the expected value in relative terms. */
toBeRelativeCloseTo,
/** Whether the actual string value is close to the expected value in absolute terms. */
toBeAbsoluteCloseTo,
/** Whether the actual string value is close to the expected value as scored by an embeddings model. */
toBeSemanticCloseTo,
/**
* Log feedback associated with the current test, usually generated by some kind of
* evaluator.
Expand Down
6 changes: 0 additions & 6 deletions js/src/vitest/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -292,12 +292,6 @@ export {
* ```
*/
expect,
/** Whether the actual string value is close to the expected value in relative terms. */
toBeRelativeCloseTo,
/** Whether the actual string value is close to the expected value in absolute terms. */
toBeAbsoluteCloseTo,
/** Whether the actual string value is close to the expected value as scored by an embeddings model. */
toBeSemanticCloseTo,
/**
* Log feedback associated with the current test, usually generated by some kind of
* evaluator.
Expand Down

0 comments on commit 4b9c362

Please sign in to comment.