MCPcopy
hub / github.com/sequelize/sequelize / toMatchSql

Function toMatchSql

test/support.js:402–404  ·  view source on GitHub ↗
(sql)

Source from the content-addressed store, hash-verified

400}
401
402function toMatchSql(sql) {
403 return new SqlExpectation(sql);
404}
405
406class HasPropertiesExpectation extends Expectation {
407 constructor(properties) {

Callers 1

sql.test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected