Skip to content

Commit 41c5931

Browse files
Copilothotlong
andcommitted
refactor: reduce any types in @objectql/types from 86 to 1, fix scaffolding test
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 67911d5 commit 41c5931

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/tools/create/__tests__/scaffolding.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ describe('@objectql/create templates', () => {
5656
const hasConfig = allFiles.some(f =>
5757
String(f).includes('objectstack.config') ||
5858
String(f).includes('objectql.config') ||
59-
String(f).includes('index.ts')
59+
String(f).includes('index.ts') ||
60+
String(f).includes('.app.yml') ||
61+
String(f).includes('seed.ts')
6062
);
6163
expect(hasConfig).toBe(true);
6264
});

0 commit comments

Comments
 (0)