File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
apps/astro-docs/src/content/docs/blog Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -385,14 +385,14 @@ The testing API is currently in Developer Preview and may be subject to changes
385
385
386
386
:::
387
387
388
- ### Key Features
388
+ #### Key Features
389
389
390
390
1 . ** NgtTestBed** : A utility that extends Angular's TestBed, specifically tailored for Angular Three components.
391
391
2 . ** Mocked Rendering** : Tests run without actual 3D rendering, focusing on scene graph state assertions.
392
392
3 . ** Event Simulation** : Ability to simulate Three.js-specific events like ` click ` , ` pointerover ` , etc.
393
393
4 . ** Animation Frame Control** : Methods to advance animation frames for testing time-based behaviors.
394
394
395
- ### Basic Usage
395
+ #### Basic Usage
396
396
397
397
Here's a simple example of how you might use the testing utilities:
398
398
You can’t perform that action at this time.
0 commit comments