test: Add visual testing for examples

This commit is contained in:
Sidharth Vinod
2025-04-05 09:11:18 +05:30
parent 695b5b2fb2
commit a25ee49edd
2 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
import { urlSnapshotTest } from '../../helpers/util.js';
describe.skip('Examples', () => {
it('should render all examples', () => {
urlSnapshotTest('http://localhost:9000/examples.html');
});
});