test: add std gfx test (#11442)

### Changed
- Move some intergraion tests to std as they are more like basic tests
- Add some basic gfx-related tests
This commit is contained in:
doouding
2025-04-08 16:20:35 +00:00
parent e4e3d8ef59
commit d7268ce04c
19 changed files with 641 additions and 265 deletions

View File

@@ -20,4 +20,8 @@ export const testSpecs: ExtensionType[] = [
return literal`test-h2-block`;
}),
BlockViewExtension('test:surface', literal`test-surface-block`),
BlockViewExtension('test:gfx-block', literal`test-gfx-block`),
];