InCuca/loopback-jest

View on GitHub
src/matchers/to-have-many.js

Summary

Maintainability
A
0 mins
Test Coverage
import getRelationMatcher from '../get-relation-matcher';

export default getRelationMatcher('have many', 'hasMany');