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:
@@ -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`),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user