Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tinyplex/tinybase
/ Matchers
Interface
Matchers
test/unit/common/expect.ts:9–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
// eslint-disable-next-line @typescript-eslint/no-namespace
8
namespace jest {
9
interface
Matchers<R> {
10
toEqualWithOrder(expected: any): R;
11
}
12
}
13
}
14
Callers
1
indexes.test.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…