Skip to content

Commit

Permalink
fix(query-typeorm): import jest-extended into typeorm query service
Browse files Browse the repository at this point in the history
  • Loading branch information
psteinroe authored and doug-martin committed Sep 30, 2021
1 parent 0bd6b76 commit f539b29
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import 'jest-extended';
import { Filter, SortDirection } from '@nestjs-query/core';
import { Test, TestingModule } from '@nestjs/testing';
import { plainToClass } from 'class-transformer';
Expand Down

0 comments on commit f539b29

Please sign in to comment.