fix: enumerate plain objects in where/where_exp, #785 (#788)

This commit is contained in:
Jun Yang
2025-01-04 23:41:25 +08:00
committed by GitHub
parent 59cf3c08db
commit 25ef104446
4 changed files with 60 additions and 3 deletions
+1
View File
@@ -1,6 +1,7 @@
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: 'ts-jest',
maxWorkers: '50%',
testEnvironment: 'node',
testMatch: ['**/*.spec.ts'],
collectCoverageFrom: [