fix test compilation error
This commit is contained in:
parent
af210c6e83
commit
f9b4f560b9
@ -24,7 +24,8 @@ export function getGenerationOptions(resultsPath: string): IGenerationOptions {
|
||||
customNamingStrategyPath: "",
|
||||
relationIds: false,
|
||||
skipSchema: false,
|
||||
activeRecord: false
|
||||
activeRecord: false,
|
||||
strictMode: false
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user