Skip to content

Commit 8a84ac0

Browse files
[TASK] Adjust used test method
1 parent 2bcb89f commit 8a84ac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/angular2-jsonapi/src/converters/date/date.converter.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ describe('Date converter', () => {
88

99
it('Null stays null', () => {
1010
const value = converter.mask(null);
11-
expect(value).toBe(null);
11+
expect(value).toBeNull();
1212
});
1313

1414
it ( 'string is transformed to Date object', () => {

0 commit comments

Comments
 (0)