Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sequelize/sequelize
/ expectReadCalls
Function
expectReadCalls
test/integration/replication.test.js:45–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
43
});
44
45
function
expectReadCalls() {
46
chai.expect(readSpy.callCount).least(1);
47
chai.expect(writeSpy.notCalled).eql(true);
48
}
49
50
function
expectWriteCalls() {
51
chai.expect(writeSpy.callCount).least(1);
Callers
1
replication.test.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected