[examples][tests] Update fixture test names to be concretely named (#10752)

This commit is contained in:
Trek Glowacki
2023-10-24 12:44:53 -05:00
committed by GitHub
parent f8320417a8
commit a732b64c02
45 changed files with 90 additions and 131 deletions

View File

@@ -1,5 +1,4 @@
import { deployExample } from '../test-utils';
it('should deploy', async () => {
await deployExample(__filename);
it('[examples] should deploy ionic-react', async () => {
await deployExample('ionic-react');
});