Skip to content

Commit fbbfcbf

Browse files
Anthony Comtoisrewiko
authored andcommitted
fix(cache): set test cache to 0
1 parent 4b2ea4d commit fbbfcbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/crud-typeorm/test/c.basic-crud.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ describe('#crud-typeorm', () => {
198198
},
199199
query: {
200200
persist: ['isActive'],
201-
cache: 10,
201+
cache: 0,
202202
},
203203
validation: {
204204
transform: true,

0 commit comments

Comments
 (0)