InCuca/loopback-jest

View on GitHub
src/matchers/to-belongs-to.js

Summary

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

export default getRelationMatcher('belongs to', 'belongsTo');