diff --git a/test/utils/GeneralTestUtils.ts b/test/utils/GeneralTestUtils.ts index c3981d9..8c4af84 100644 --- a/test/utils/GeneralTestUtils.ts +++ b/test/utils/GeneralTestUtils.ts @@ -24,7 +24,8 @@ export function getGenerationOptions(resultsPath: string): IGenerationOptions { customNamingStrategyPath: "", relationIds: false, skipSchema: false, - activeRecord: false + activeRecord: false, + strictMode: false }; }