|
|
@@ -3,8 +3,8 @@ import {AnyJson} from "~/types/interfaces";
|
|
|
import {DENORMALIZER_TYPE} from "~/types/enums";
|
|
|
|
|
|
describe('support()', () => {
|
|
|
- it('should support model default type', () =>{
|
|
|
- expect(Hydra.support(DENORMALIZER_TYPE.DEFAULT)).toBeTruthy()
|
|
|
+ it('should support model hydra type', () =>{
|
|
|
+ expect(Hydra.support(DENORMALIZER_TYPE.HYDRA)).toBeTruthy()
|
|
|
})
|
|
|
|
|
|
it('should not support yaml type', () =>{
|