chore: Unskip example test

This commit is contained in:
Sidharth Vinod
2025-04-05 14:02:58 +05:30
parent 5acbd7e762
commit 43e66a6089

View File

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