InCuca/loopback-jest

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

Summary

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

export default getRelationMatcher('have one', 'hasOne');