Skip to content

Commit a4236dc

Browse files
committed
Re-enable skipped tests
1 parent 4446a4b commit a4236dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/federation-example/tests/federation-example.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ describe('Federation Example', () => {
504504
mesh.destroy();
505505
});
506506
});
507-
describe.skip('regular', () => {
507+
describe('regular', () => {
508508
let mesh: MeshInstance;
509509
beforeAll(async () => {
510510
const config = await findAndParseConfig({

0 commit comments

Comments
 (0)