mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-06 12:57:46 +00:00
[examples][tests] Update fixture test names to be concretely named (#10752)
This commit is contained in:
2
.changeset/many-eels-care.md
Normal file
2
.changeset/many-eels-care.md
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
---
|
||||||
|
---
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
import { deployExample } from '../test-utils';
|
import { deployExample } from '../test-utils';
|
||||||
it('should deploy', async () => {
|
it('[examples] should deploy angular', async () => {
|
||||||
await deployExample(__filename);
|
await deployExample('angular');
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
import { deployExample } from '../test-utils';
|
import { deployExample } from '../test-utils';
|
||||||
it('should deploy', async () => {
|
it('[examples] should deploy astro', async () => {
|
||||||
await deployExample(__filename);
|
await deployExample('astro');
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
import { deployExample } from '../test-utils';
|
import { deployExample } from '../test-utils';
|
||||||
it('should deploy', async () => {
|
it('[examples] should deploy blitzjs', async () => {
|
||||||
await deployExample(__filename);
|
await deployExample('blitzjs');
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
import { deployExample } from '../test-utils';
|
import { deployExample } from '../test-utils';
|
||||||
it('should deploy', async () => {
|
it('[examples] should deploy brunch', async () => {
|
||||||
await deployExample(__filename);
|
await deployExample('brunch');
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
import { deployExample } from '../test-utils';
|
import { deployExample } from '../test-utils';
|
||||||
it('should deploy', async () => {
|
it('[examples] should deploy create-react-app', async () => {
|
||||||
await deployExample(__filename);
|
await deployExample('create-react-app');
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
import { deployExample } from '../test-utils';
|
import { deployExample } from '../test-utils';
|
||||||
it('should deploy', async () => {
|
it('[examples] should deploy docusaurus-2', async () => {
|
||||||
await deployExample(__filename);
|
await deployExample('docusaurus-2');
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
import { deployExample } from '../test-utils';
|
import { deployExample } from '../test-utils';
|
||||||
it('should deploy', async () => {
|
it('[examples] should deploy docusaurus', async () => {
|
||||||
await deployExample(__filename);
|
await deployExample('docusaurus');
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
import { deployExample } from '../test-utils';
|
import { deployExample } from '../test-utils';
|
||||||
it('should deploy', async () => {
|
it('[examples] should deploy dojo', async () => {
|
||||||
await deployExample(__filename);
|
await deployExample('dojo');
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
import { deployExample } from '../test-utils';
|
import { deployExample } from '../test-utils';
|
||||||
it('should deploy', async () => {
|
it('[examples] should deploy eleventy', async () => {
|
||||||
await deployExample(__filename);
|
await deployExample('eleventy');
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
import { deployExample } from '../test-utils';
|
import { deployExample } from '../test-utils';
|
||||||
it('should deploy', async () => {
|
it('[examples] should deploy ember', async () => {
|
||||||
await deployExample(__filename);
|
await deployExample('ember');
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
import { deployExample } from '../test-utils';
|
import { deployExample } from '../test-utils';
|
||||||
it('should deploy', async () => {
|
it('[examples] should deploy gatsby', async () => {
|
||||||
await deployExample(__filename);
|
await deployExample('gatsby');
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
import { deployExample } from '../test-utils';
|
import { deployExample } from '../test-utils';
|
||||||
it('should deploy', async () => {
|
it('[examples] should deploy gridsome', async () => {
|
||||||
await deployExample(__filename);
|
await deployExample('gridsome');
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
import { deployExample } from '../test-utils';
|
import { deployExample } from '../test-utils';
|
||||||
it('should deploy', async () => {
|
it('[examples] should deploy hexo', async () => {
|
||||||
await deployExample(__filename);
|
await deployExample('hexo');
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
import { deployExample } from '../test-utils';
|
import { deployExample } from '../test-utils';
|
||||||
it('should deploy', async () => {
|
it('[examples] should deploy hugo', async () => {
|
||||||
await deployExample(__filename);
|
await deployExample('hugo');
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
import { deployExample } from '../test-utils';
|
import { deployExample } from '../test-utils';
|
||||||
it('should deploy', async () => {
|
it('[examples] should deploy hydrogen-2', async () => {
|
||||||
await deployExample(__filename);
|
await deployExample('hydrogen-2');
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
import { deployExample } from '../test-utils';
|
import { deployExample } from '../test-utils';
|
||||||
it('should deploy', async () => {
|
it('[examples] should deploy hydrogen', async () => {
|
||||||
await deployExample(__filename);
|
await deployExample('hydrogen');
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
import { deployExample } from '../test-utils';
|
import { deployExample } from '../test-utils';
|
||||||
it('should deploy', async () => {
|
it('[examples] should deploy ionic-angular', async () => {
|
||||||
await deployExample(__filename);
|
await deployExample('ionic-angular');
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
import { deployExample } from '../test-utils';
|
import { deployExample } from '../test-utils';
|
||||||
it('should deploy', async () => {
|
it('[examples] should deploy ionic-react', async () => {
|
||||||
await deployExample(__filename);
|
await deployExample('ionic-react');
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
import { deployExample } from '../test-utils';
|
import { deployExample } from '../test-utils';
|
||||||
it('should deploy', async () => {
|
it('[examples] should deploy jekyll', async () => {
|
||||||
await deployExample(__filename);
|
await deployExample('jekyll');
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
import { deployExample } from '../test-utils';
|
import { deployExample } from '../test-utils';
|
||||||
it('should deploy', async () => {
|
it('[examples] should deploy middleman', async () => {
|
||||||
await deployExample(__filename);
|
await deployExample('middleman');
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
import { deployExample } from '../test-utils';
|
import { deployExample } from '../test-utils';
|
||||||
it('should deploy', async () => {
|
it('[examples] should deploy nextjs', async () => {
|
||||||
await deployExample(__filename);
|
await deployExample('nextjs');
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
import { deployExample } from '../test-utils';
|
import { deployExample } from '../test-utils';
|
||||||
it('should deploy', async () => {
|
it('[examples] should deploy node_modules', async () => {
|
||||||
await deployExample(__filename);
|
await deployExample('node_modules');
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
import { deployExample } from '../test-utils';
|
import { deployExample } from '../test-utils';
|
||||||
it('should deploy', async () => {
|
it('[examples] should deploy nuxtjs', async () => {
|
||||||
await deployExample(__filename);
|
await deployExample('nuxtjs');
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
import { deployExample } from '../test-utils';
|
import { deployExample } from '../test-utils';
|
||||||
it('should deploy', async () => {
|
it('[examples] should deploy parcel', async () => {
|
||||||
await deployExample(__filename);
|
await deployExample('parcel');
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
import { deployExample } from '../test-utils';
|
import { deployExample } from '../test-utils';
|
||||||
it('should deploy', async () => {
|
it('[examples] should deploy polymer', async () => {
|
||||||
await deployExample(__filename);
|
await deployExample('polymer');
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
import { deployExample } from '../test-utils';
|
import { deployExample } from '../test-utils';
|
||||||
it('should deploy', async () => {
|
it('[examples] should deploy preact', async () => {
|
||||||
await deployExample(__filename);
|
await deployExample('preact');
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
import { deployExample } from '../test-utils';
|
import { deployExample } from '../test-utils';
|
||||||
it('should deploy', async () => {
|
it('[examples] should deploy redwoodjs', async () => {
|
||||||
await deployExample(__filename);
|
await deployExample('redwoodjs');
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
import { deployExample } from '../test-utils';
|
import { deployExample } from '../test-utils';
|
||||||
it('should deploy', async () => {
|
it('[examples] should deploy remix', async () => {
|
||||||
await deployExample(__filename);
|
await deployExample('remix');
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
import { deployExample } from '../test-utils';
|
import { deployExample } from '../test-utils';
|
||||||
it('should deploy', async () => {
|
it('[examples] should deploy saber', async () => {
|
||||||
await deployExample(__filename);
|
await deployExample('saber');
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
import { deployExample } from '../test-utils';
|
import { deployExample } from '../test-utils';
|
||||||
it('should deploy', async () => {
|
it('[examples] should deploy sanity', async () => {
|
||||||
await deployExample(__filename);
|
await deployExample('sanity');
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
import { deployExample } from '../test-utils';
|
import { deployExample } from '../test-utils';
|
||||||
it('should deploy', async () => {
|
it('[examples] should deploy sapper', async () => {
|
||||||
await deployExample(__filename);
|
await deployExample('sapper');
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
import { deployExample } from '../test-utils';
|
import { deployExample } from '../test-utils';
|
||||||
it('should deploy', async () => {
|
it('[examples] should deploy scully', async () => {
|
||||||
await deployExample(__filename);
|
await deployExample('scully');
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
import { deployExample } from '../test-utils';
|
import { deployExample } from '../test-utils';
|
||||||
it('should deploy', async () => {
|
it('[examples] should deploy solidstart', async () => {
|
||||||
await deployExample(__filename);
|
await deployExample('solidstart');
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
import { deployExample } from '../test-utils';
|
import { deployExample } from '../test-utils';
|
||||||
it('should deploy', async () => {
|
it('[examples] should deploy stencil', async () => {
|
||||||
await deployExample(__filename);
|
await deployExample('stencil');
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
import { deployExample } from '../test-utils';
|
import { deployExample } from '../test-utils';
|
||||||
it('should deploy', async () => {
|
it('[examples] should deploy storybook', async () => {
|
||||||
await deployExample(__filename);
|
await deployExample('storybook');
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
import { deployExample } from '../test-utils';
|
import { deployExample } from '../test-utils';
|
||||||
it('should deploy', async () => {
|
it('[examples] should deploy svelte', async () => {
|
||||||
await deployExample(__filename);
|
await deployExample('svelte');
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
import { deployExample } from '../test-utils';
|
import { deployExample } from '../test-utils';
|
||||||
it('should deploy', async () => {
|
it('[examples] should deploy sveltekit-1', async () => {
|
||||||
await deployExample(__filename);
|
await deployExample('sveltekit-1');
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
import { deployExample } from '../test-utils';
|
import { deployExample } from '../test-utils';
|
||||||
it('should deploy', async () => {
|
it('[examples] should deploy sveltekit', async () => {
|
||||||
await deployExample(__filename);
|
await deployExample('sveltekit');
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
import { deployExample } from '../test-utils';
|
import { deployExample } from '../test-utils';
|
||||||
it('should deploy', async () => {
|
it('[examples] should deploy umijs', async () => {
|
||||||
await deployExample(__filename);
|
await deployExample('umijs');
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
import { deployExample } from '../test-utils';
|
import { deployExample } from '../test-utils';
|
||||||
it('should deploy', async () => {
|
it('[examples] should deploy vite', async () => {
|
||||||
await deployExample(__filename);
|
await deployExample('vite');
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
import { deployExample } from '../test-utils';
|
import { deployExample } from '../test-utils';
|
||||||
it('should deploy', async () => {
|
it('[examples] should deploy vitepress', async () => {
|
||||||
await deployExample(__filename);
|
await deployExample('vitepress');
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
import { deployExample } from '../test-utils';
|
import { deployExample } from '../test-utils';
|
||||||
it('should deploy', async () => {
|
it('[examples] should deploy vue', async () => {
|
||||||
await deployExample(__filename);
|
await deployExample('vue');
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
import { deployExample } from '../test-utils';
|
import { deployExample } from '../test-utils';
|
||||||
it('should deploy', async () => {
|
it('[examples] should deploy vuepress', async () => {
|
||||||
await deployExample(__filename);
|
await deployExample('vuepress');
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
import { deployExample } from '../test-utils';
|
import { deployExample } from '../test-utils';
|
||||||
it('should deploy', async () => {
|
it('[examples] should deploy zola', async () => {
|
||||||
await deployExample(__filename);
|
await deployExample('zola');
|
||||||
});
|
});
|
||||||
|
|
||||||
Reference in New Issue
Block a user