From a732b64c02895fff0458313d7ce93d7b1496368c Mon Sep 17 00:00:00 2001 From: Trek Glowacki Date: Tue, 24 Oct 2023 12:44:53 -0500 Subject: [PATCH] [examples][tests] Update fixture test names to be concretely named (#10752) --- .changeset/many-eels-care.md | 2 ++ examples/__tests__/integration/angular.test.ts | 5 ++--- examples/__tests__/integration/astro.test.ts | 5 ++--- examples/__tests__/integration/blitzjs.test.ts | 5 ++--- examples/__tests__/integration/brunch.test.ts | 5 ++--- examples/__tests__/integration/create-react-app.test.ts | 5 ++--- examples/__tests__/integration/docusaurus-2.test.ts | 5 ++--- examples/__tests__/integration/docusaurus.test.ts | 5 ++--- examples/__tests__/integration/dojo.test.ts | 5 ++--- examples/__tests__/integration/eleventy.test.ts | 5 ++--- examples/__tests__/integration/ember.test.ts | 5 ++--- examples/__tests__/integration/gatsby.test.ts | 5 ++--- examples/__tests__/integration/gridsome.test.ts | 5 ++--- examples/__tests__/integration/hexo.test.ts | 5 ++--- examples/__tests__/integration/hugo.test.ts | 5 ++--- examples/__tests__/integration/hydrogen-2.test.ts | 5 ++--- examples/__tests__/integration/hydrogen.test.ts | 5 ++--- examples/__tests__/integration/ionic-angular.test.ts | 5 ++--- examples/__tests__/integration/ionic-react.test.ts | 5 ++--- examples/__tests__/integration/jekyll.test.ts | 5 ++--- examples/__tests__/integration/middleman.test.ts | 5 ++--- examples/__tests__/integration/nextjs.test.ts | 5 ++--- examples/__tests__/integration/node_modules.test.ts | 5 ++--- examples/__tests__/integration/nuxtjs.test.ts | 5 ++--- examples/__tests__/integration/parcel.test.ts | 5 ++--- examples/__tests__/integration/polymer.test.ts | 5 ++--- examples/__tests__/integration/preact.test.ts | 5 ++--- examples/__tests__/integration/redwoodjs.test.ts | 5 ++--- examples/__tests__/integration/remix.test.ts | 5 ++--- examples/__tests__/integration/saber.test.ts | 5 ++--- examples/__tests__/integration/sanity.test.ts | 5 ++--- examples/__tests__/integration/sapper.test.ts | 5 ++--- examples/__tests__/integration/scully.test.ts | 5 ++--- examples/__tests__/integration/solidstart.test.ts | 5 ++--- examples/__tests__/integration/stencil.test.ts | 5 ++--- examples/__tests__/integration/storybook.test.ts | 4 ++-- examples/__tests__/integration/svelte.test.ts | 5 ++--- examples/__tests__/integration/sveltekit-1.test.ts | 5 ++--- examples/__tests__/integration/sveltekit.test.ts | 5 ++--- examples/__tests__/integration/umijs.test.ts | 5 ++--- examples/__tests__/integration/vite.test.ts | 5 ++--- examples/__tests__/integration/vitepress.test.ts | 5 ++--- examples/__tests__/integration/vue.test.ts | 5 ++--- examples/__tests__/integration/vuepress.test.ts | 5 ++--- examples/__tests__/integration/zola.test.ts | 5 ++--- 45 files changed, 90 insertions(+), 131 deletions(-) create mode 100644 .changeset/many-eels-care.md diff --git a/.changeset/many-eels-care.md b/.changeset/many-eels-care.md new file mode 100644 index 000000000..a845151cc --- /dev/null +++ b/.changeset/many-eels-care.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/examples/__tests__/integration/angular.test.ts b/examples/__tests__/integration/angular.test.ts index 776700a3f..763cc7df2 100644 --- a/examples/__tests__/integration/angular.test.ts +++ b/examples/__tests__/integration/angular.test.ts @@ -1,5 +1,4 @@ import { deployExample } from '../test-utils'; -it('should deploy', async () => { - await deployExample(__filename); +it('[examples] should deploy angular', async () => { + await deployExample('angular'); }); - \ No newline at end of file diff --git a/examples/__tests__/integration/astro.test.ts b/examples/__tests__/integration/astro.test.ts index 776700a3f..a9edbc61e 100644 --- a/examples/__tests__/integration/astro.test.ts +++ b/examples/__tests__/integration/astro.test.ts @@ -1,5 +1,4 @@ import { deployExample } from '../test-utils'; -it('should deploy', async () => { - await deployExample(__filename); +it('[examples] should deploy astro', async () => { + await deployExample('astro'); }); - \ No newline at end of file diff --git a/examples/__tests__/integration/blitzjs.test.ts b/examples/__tests__/integration/blitzjs.test.ts index 776700a3f..c96feecfd 100644 --- a/examples/__tests__/integration/blitzjs.test.ts +++ b/examples/__tests__/integration/blitzjs.test.ts @@ -1,5 +1,4 @@ import { deployExample } from '../test-utils'; -it('should deploy', async () => { - await deployExample(__filename); +it('[examples] should deploy blitzjs', async () => { + await deployExample('blitzjs'); }); - \ No newline at end of file diff --git a/examples/__tests__/integration/brunch.test.ts b/examples/__tests__/integration/brunch.test.ts index 776700a3f..3bafad367 100644 --- a/examples/__tests__/integration/brunch.test.ts +++ b/examples/__tests__/integration/brunch.test.ts @@ -1,5 +1,4 @@ import { deployExample } from '../test-utils'; -it('should deploy', async () => { - await deployExample(__filename); +it('[examples] should deploy brunch', async () => { + await deployExample('brunch'); }); - \ No newline at end of file diff --git a/examples/__tests__/integration/create-react-app.test.ts b/examples/__tests__/integration/create-react-app.test.ts index 776700a3f..70d7b94c3 100644 --- a/examples/__tests__/integration/create-react-app.test.ts +++ b/examples/__tests__/integration/create-react-app.test.ts @@ -1,5 +1,4 @@ import { deployExample } from '../test-utils'; -it('should deploy', async () => { - await deployExample(__filename); +it('[examples] should deploy create-react-app', async () => { + await deployExample('create-react-app'); }); - \ No newline at end of file diff --git a/examples/__tests__/integration/docusaurus-2.test.ts b/examples/__tests__/integration/docusaurus-2.test.ts index 776700a3f..bee2701a5 100644 --- a/examples/__tests__/integration/docusaurus-2.test.ts +++ b/examples/__tests__/integration/docusaurus-2.test.ts @@ -1,5 +1,4 @@ import { deployExample } from '../test-utils'; -it('should deploy', async () => { - await deployExample(__filename); +it('[examples] should deploy docusaurus-2', async () => { + await deployExample('docusaurus-2'); }); - \ No newline at end of file diff --git a/examples/__tests__/integration/docusaurus.test.ts b/examples/__tests__/integration/docusaurus.test.ts index 776700a3f..86465b91a 100644 --- a/examples/__tests__/integration/docusaurus.test.ts +++ b/examples/__tests__/integration/docusaurus.test.ts @@ -1,5 +1,4 @@ import { deployExample } from '../test-utils'; -it('should deploy', async () => { - await deployExample(__filename); +it('[examples] should deploy docusaurus', async () => { + await deployExample('docusaurus'); }); - \ No newline at end of file diff --git a/examples/__tests__/integration/dojo.test.ts b/examples/__tests__/integration/dojo.test.ts index 776700a3f..a7a29e4e1 100644 --- a/examples/__tests__/integration/dojo.test.ts +++ b/examples/__tests__/integration/dojo.test.ts @@ -1,5 +1,4 @@ import { deployExample } from '../test-utils'; -it('should deploy', async () => { - await deployExample(__filename); +it('[examples] should deploy dojo', async () => { + await deployExample('dojo'); }); - \ No newline at end of file diff --git a/examples/__tests__/integration/eleventy.test.ts b/examples/__tests__/integration/eleventy.test.ts index 776700a3f..0b4bc1a5f 100644 --- a/examples/__tests__/integration/eleventy.test.ts +++ b/examples/__tests__/integration/eleventy.test.ts @@ -1,5 +1,4 @@ import { deployExample } from '../test-utils'; -it('should deploy', async () => { - await deployExample(__filename); +it('[examples] should deploy eleventy', async () => { + await deployExample('eleventy'); }); - \ No newline at end of file diff --git a/examples/__tests__/integration/ember.test.ts b/examples/__tests__/integration/ember.test.ts index 776700a3f..dddcaae37 100644 --- a/examples/__tests__/integration/ember.test.ts +++ b/examples/__tests__/integration/ember.test.ts @@ -1,5 +1,4 @@ import { deployExample } from '../test-utils'; -it('should deploy', async () => { - await deployExample(__filename); +it('[examples] should deploy ember', async () => { + await deployExample('ember'); }); - \ No newline at end of file diff --git a/examples/__tests__/integration/gatsby.test.ts b/examples/__tests__/integration/gatsby.test.ts index 776700a3f..9a2588d47 100644 --- a/examples/__tests__/integration/gatsby.test.ts +++ b/examples/__tests__/integration/gatsby.test.ts @@ -1,5 +1,4 @@ import { deployExample } from '../test-utils'; -it('should deploy', async () => { - await deployExample(__filename); +it('[examples] should deploy gatsby', async () => { + await deployExample('gatsby'); }); - \ No newline at end of file diff --git a/examples/__tests__/integration/gridsome.test.ts b/examples/__tests__/integration/gridsome.test.ts index 776700a3f..7edefa536 100644 --- a/examples/__tests__/integration/gridsome.test.ts +++ b/examples/__tests__/integration/gridsome.test.ts @@ -1,5 +1,4 @@ import { deployExample } from '../test-utils'; -it('should deploy', async () => { - await deployExample(__filename); +it('[examples] should deploy gridsome', async () => { + await deployExample('gridsome'); }); - \ No newline at end of file diff --git a/examples/__tests__/integration/hexo.test.ts b/examples/__tests__/integration/hexo.test.ts index 776700a3f..8512a64ab 100644 --- a/examples/__tests__/integration/hexo.test.ts +++ b/examples/__tests__/integration/hexo.test.ts @@ -1,5 +1,4 @@ import { deployExample } from '../test-utils'; -it('should deploy', async () => { - await deployExample(__filename); +it('[examples] should deploy hexo', async () => { + await deployExample('hexo'); }); - \ No newline at end of file diff --git a/examples/__tests__/integration/hugo.test.ts b/examples/__tests__/integration/hugo.test.ts index 776700a3f..d8396f891 100644 --- a/examples/__tests__/integration/hugo.test.ts +++ b/examples/__tests__/integration/hugo.test.ts @@ -1,5 +1,4 @@ import { deployExample } from '../test-utils'; -it('should deploy', async () => { - await deployExample(__filename); +it('[examples] should deploy hugo', async () => { + await deployExample('hugo'); }); - \ No newline at end of file diff --git a/examples/__tests__/integration/hydrogen-2.test.ts b/examples/__tests__/integration/hydrogen-2.test.ts index 776700a3f..86a43cdba 100644 --- a/examples/__tests__/integration/hydrogen-2.test.ts +++ b/examples/__tests__/integration/hydrogen-2.test.ts @@ -1,5 +1,4 @@ import { deployExample } from '../test-utils'; -it('should deploy', async () => { - await deployExample(__filename); +it('[examples] should deploy hydrogen-2', async () => { + await deployExample('hydrogen-2'); }); - \ No newline at end of file diff --git a/examples/__tests__/integration/hydrogen.test.ts b/examples/__tests__/integration/hydrogen.test.ts index 776700a3f..fae8913e2 100644 --- a/examples/__tests__/integration/hydrogen.test.ts +++ b/examples/__tests__/integration/hydrogen.test.ts @@ -1,5 +1,4 @@ import { deployExample } from '../test-utils'; -it('should deploy', async () => { - await deployExample(__filename); +it('[examples] should deploy hydrogen', async () => { + await deployExample('hydrogen'); }); - \ No newline at end of file diff --git a/examples/__tests__/integration/ionic-angular.test.ts b/examples/__tests__/integration/ionic-angular.test.ts index 776700a3f..544f12567 100644 --- a/examples/__tests__/integration/ionic-angular.test.ts +++ b/examples/__tests__/integration/ionic-angular.test.ts @@ -1,5 +1,4 @@ import { deployExample } from '../test-utils'; -it('should deploy', async () => { - await deployExample(__filename); +it('[examples] should deploy ionic-angular', async () => { + await deployExample('ionic-angular'); }); - \ No newline at end of file diff --git a/examples/__tests__/integration/ionic-react.test.ts b/examples/__tests__/integration/ionic-react.test.ts index 776700a3f..8c3e97720 100644 --- a/examples/__tests__/integration/ionic-react.test.ts +++ b/examples/__tests__/integration/ionic-react.test.ts @@ -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'); }); - \ No newline at end of file diff --git a/examples/__tests__/integration/jekyll.test.ts b/examples/__tests__/integration/jekyll.test.ts index 776700a3f..e6777ce83 100644 --- a/examples/__tests__/integration/jekyll.test.ts +++ b/examples/__tests__/integration/jekyll.test.ts @@ -1,5 +1,4 @@ import { deployExample } from '../test-utils'; -it('should deploy', async () => { - await deployExample(__filename); +it('[examples] should deploy jekyll', async () => { + await deployExample('jekyll'); }); - \ No newline at end of file diff --git a/examples/__tests__/integration/middleman.test.ts b/examples/__tests__/integration/middleman.test.ts index 776700a3f..252e1f332 100644 --- a/examples/__tests__/integration/middleman.test.ts +++ b/examples/__tests__/integration/middleman.test.ts @@ -1,5 +1,4 @@ import { deployExample } from '../test-utils'; -it('should deploy', async () => { - await deployExample(__filename); +it('[examples] should deploy middleman', async () => { + await deployExample('middleman'); }); - \ No newline at end of file diff --git a/examples/__tests__/integration/nextjs.test.ts b/examples/__tests__/integration/nextjs.test.ts index 776700a3f..6400f25a4 100644 --- a/examples/__tests__/integration/nextjs.test.ts +++ b/examples/__tests__/integration/nextjs.test.ts @@ -1,5 +1,4 @@ import { deployExample } from '../test-utils'; -it('should deploy', async () => { - await deployExample(__filename); +it('[examples] should deploy nextjs', async () => { + await deployExample('nextjs'); }); - \ No newline at end of file diff --git a/examples/__tests__/integration/node_modules.test.ts b/examples/__tests__/integration/node_modules.test.ts index 776700a3f..25eb53b94 100644 --- a/examples/__tests__/integration/node_modules.test.ts +++ b/examples/__tests__/integration/node_modules.test.ts @@ -1,5 +1,4 @@ import { deployExample } from '../test-utils'; -it('should deploy', async () => { - await deployExample(__filename); +it('[examples] should deploy node_modules', async () => { + await deployExample('node_modules'); }); - \ No newline at end of file diff --git a/examples/__tests__/integration/nuxtjs.test.ts b/examples/__tests__/integration/nuxtjs.test.ts index 776700a3f..5d14e1b41 100644 --- a/examples/__tests__/integration/nuxtjs.test.ts +++ b/examples/__tests__/integration/nuxtjs.test.ts @@ -1,5 +1,4 @@ import { deployExample } from '../test-utils'; -it('should deploy', async () => { - await deployExample(__filename); +it('[examples] should deploy nuxtjs', async () => { + await deployExample('nuxtjs'); }); - \ No newline at end of file diff --git a/examples/__tests__/integration/parcel.test.ts b/examples/__tests__/integration/parcel.test.ts index 776700a3f..97eabfacf 100644 --- a/examples/__tests__/integration/parcel.test.ts +++ b/examples/__tests__/integration/parcel.test.ts @@ -1,5 +1,4 @@ import { deployExample } from '../test-utils'; -it('should deploy', async () => { - await deployExample(__filename); +it('[examples] should deploy parcel', async () => { + await deployExample('parcel'); }); - \ No newline at end of file diff --git a/examples/__tests__/integration/polymer.test.ts b/examples/__tests__/integration/polymer.test.ts index 776700a3f..886326687 100644 --- a/examples/__tests__/integration/polymer.test.ts +++ b/examples/__tests__/integration/polymer.test.ts @@ -1,5 +1,4 @@ import { deployExample } from '../test-utils'; -it('should deploy', async () => { - await deployExample(__filename); +it('[examples] should deploy polymer', async () => { + await deployExample('polymer'); }); - \ No newline at end of file diff --git a/examples/__tests__/integration/preact.test.ts b/examples/__tests__/integration/preact.test.ts index 776700a3f..30dc83e96 100644 --- a/examples/__tests__/integration/preact.test.ts +++ b/examples/__tests__/integration/preact.test.ts @@ -1,5 +1,4 @@ import { deployExample } from '../test-utils'; -it('should deploy', async () => { - await deployExample(__filename); +it('[examples] should deploy preact', async () => { + await deployExample('preact'); }); - \ No newline at end of file diff --git a/examples/__tests__/integration/redwoodjs.test.ts b/examples/__tests__/integration/redwoodjs.test.ts index 776700a3f..0de171eb3 100644 --- a/examples/__tests__/integration/redwoodjs.test.ts +++ b/examples/__tests__/integration/redwoodjs.test.ts @@ -1,5 +1,4 @@ import { deployExample } from '../test-utils'; -it('should deploy', async () => { - await deployExample(__filename); +it('[examples] should deploy redwoodjs', async () => { + await deployExample('redwoodjs'); }); - \ No newline at end of file diff --git a/examples/__tests__/integration/remix.test.ts b/examples/__tests__/integration/remix.test.ts index 776700a3f..22054add3 100644 --- a/examples/__tests__/integration/remix.test.ts +++ b/examples/__tests__/integration/remix.test.ts @@ -1,5 +1,4 @@ import { deployExample } from '../test-utils'; -it('should deploy', async () => { - await deployExample(__filename); +it('[examples] should deploy remix', async () => { + await deployExample('remix'); }); - \ No newline at end of file diff --git a/examples/__tests__/integration/saber.test.ts b/examples/__tests__/integration/saber.test.ts index 776700a3f..3a2ce2561 100644 --- a/examples/__tests__/integration/saber.test.ts +++ b/examples/__tests__/integration/saber.test.ts @@ -1,5 +1,4 @@ import { deployExample } from '../test-utils'; -it('should deploy', async () => { - await deployExample(__filename); +it('[examples] should deploy saber', async () => { + await deployExample('saber'); }); - \ No newline at end of file diff --git a/examples/__tests__/integration/sanity.test.ts b/examples/__tests__/integration/sanity.test.ts index 776700a3f..585e75ff8 100644 --- a/examples/__tests__/integration/sanity.test.ts +++ b/examples/__tests__/integration/sanity.test.ts @@ -1,5 +1,4 @@ import { deployExample } from '../test-utils'; -it('should deploy', async () => { - await deployExample(__filename); +it('[examples] should deploy sanity', async () => { + await deployExample('sanity'); }); - \ No newline at end of file diff --git a/examples/__tests__/integration/sapper.test.ts b/examples/__tests__/integration/sapper.test.ts index 776700a3f..16fcb6d1a 100644 --- a/examples/__tests__/integration/sapper.test.ts +++ b/examples/__tests__/integration/sapper.test.ts @@ -1,5 +1,4 @@ import { deployExample } from '../test-utils'; -it('should deploy', async () => { - await deployExample(__filename); +it('[examples] should deploy sapper', async () => { + await deployExample('sapper'); }); - \ No newline at end of file diff --git a/examples/__tests__/integration/scully.test.ts b/examples/__tests__/integration/scully.test.ts index 776700a3f..6746997f1 100644 --- a/examples/__tests__/integration/scully.test.ts +++ b/examples/__tests__/integration/scully.test.ts @@ -1,5 +1,4 @@ import { deployExample } from '../test-utils'; -it('should deploy', async () => { - await deployExample(__filename); +it('[examples] should deploy scully', async () => { + await deployExample('scully'); }); - \ No newline at end of file diff --git a/examples/__tests__/integration/solidstart.test.ts b/examples/__tests__/integration/solidstart.test.ts index 776700a3f..5f2d4169a 100644 --- a/examples/__tests__/integration/solidstart.test.ts +++ b/examples/__tests__/integration/solidstart.test.ts @@ -1,5 +1,4 @@ import { deployExample } from '../test-utils'; -it('should deploy', async () => { - await deployExample(__filename); +it('[examples] should deploy solidstart', async () => { + await deployExample('solidstart'); }); - \ No newline at end of file diff --git a/examples/__tests__/integration/stencil.test.ts b/examples/__tests__/integration/stencil.test.ts index 776700a3f..9af7810cb 100644 --- a/examples/__tests__/integration/stencil.test.ts +++ b/examples/__tests__/integration/stencil.test.ts @@ -1,5 +1,4 @@ import { deployExample } from '../test-utils'; -it('should deploy', async () => { - await deployExample(__filename); +it('[examples] should deploy stencil', async () => { + await deployExample('stencil'); }); - \ No newline at end of file diff --git a/examples/__tests__/integration/storybook.test.ts b/examples/__tests__/integration/storybook.test.ts index f66a8d5ad..c7e6b4e5a 100644 --- a/examples/__tests__/integration/storybook.test.ts +++ b/examples/__tests__/integration/storybook.test.ts @@ -1,4 +1,4 @@ import { deployExample } from '../test-utils'; -it('should deploy', async () => { - await deployExample(__filename); +it('[examples] should deploy storybook', async () => { + await deployExample('storybook'); }); diff --git a/examples/__tests__/integration/svelte.test.ts b/examples/__tests__/integration/svelte.test.ts index 776700a3f..f49065f87 100644 --- a/examples/__tests__/integration/svelte.test.ts +++ b/examples/__tests__/integration/svelte.test.ts @@ -1,5 +1,4 @@ import { deployExample } from '../test-utils'; -it('should deploy', async () => { - await deployExample(__filename); +it('[examples] should deploy svelte', async () => { + await deployExample('svelte'); }); - \ No newline at end of file diff --git a/examples/__tests__/integration/sveltekit-1.test.ts b/examples/__tests__/integration/sveltekit-1.test.ts index 776700a3f..5d0a3ceb4 100644 --- a/examples/__tests__/integration/sveltekit-1.test.ts +++ b/examples/__tests__/integration/sveltekit-1.test.ts @@ -1,5 +1,4 @@ import { deployExample } from '../test-utils'; -it('should deploy', async () => { - await deployExample(__filename); +it('[examples] should deploy sveltekit-1', async () => { + await deployExample('sveltekit-1'); }); - \ No newline at end of file diff --git a/examples/__tests__/integration/sveltekit.test.ts b/examples/__tests__/integration/sveltekit.test.ts index 776700a3f..bd2205955 100644 --- a/examples/__tests__/integration/sveltekit.test.ts +++ b/examples/__tests__/integration/sveltekit.test.ts @@ -1,5 +1,4 @@ import { deployExample } from '../test-utils'; -it('should deploy', async () => { - await deployExample(__filename); +it('[examples] should deploy sveltekit', async () => { + await deployExample('sveltekit'); }); - \ No newline at end of file diff --git a/examples/__tests__/integration/umijs.test.ts b/examples/__tests__/integration/umijs.test.ts index 776700a3f..14761784e 100644 --- a/examples/__tests__/integration/umijs.test.ts +++ b/examples/__tests__/integration/umijs.test.ts @@ -1,5 +1,4 @@ import { deployExample } from '../test-utils'; -it('should deploy', async () => { - await deployExample(__filename); +it('[examples] should deploy umijs', async () => { + await deployExample('umijs'); }); - \ No newline at end of file diff --git a/examples/__tests__/integration/vite.test.ts b/examples/__tests__/integration/vite.test.ts index 776700a3f..3e8436bdd 100644 --- a/examples/__tests__/integration/vite.test.ts +++ b/examples/__tests__/integration/vite.test.ts @@ -1,5 +1,4 @@ import { deployExample } from '../test-utils'; -it('should deploy', async () => { - await deployExample(__filename); +it('[examples] should deploy vite', async () => { + await deployExample('vite'); }); - \ No newline at end of file diff --git a/examples/__tests__/integration/vitepress.test.ts b/examples/__tests__/integration/vitepress.test.ts index 776700a3f..0f7e4e8fc 100644 --- a/examples/__tests__/integration/vitepress.test.ts +++ b/examples/__tests__/integration/vitepress.test.ts @@ -1,5 +1,4 @@ import { deployExample } from '../test-utils'; -it('should deploy', async () => { - await deployExample(__filename); +it('[examples] should deploy vitepress', async () => { + await deployExample('vitepress'); }); - \ No newline at end of file diff --git a/examples/__tests__/integration/vue.test.ts b/examples/__tests__/integration/vue.test.ts index 776700a3f..81766fa3d 100644 --- a/examples/__tests__/integration/vue.test.ts +++ b/examples/__tests__/integration/vue.test.ts @@ -1,5 +1,4 @@ import { deployExample } from '../test-utils'; -it('should deploy', async () => { - await deployExample(__filename); +it('[examples] should deploy vue', async () => { + await deployExample('vue'); }); - \ No newline at end of file diff --git a/examples/__tests__/integration/vuepress.test.ts b/examples/__tests__/integration/vuepress.test.ts index 776700a3f..1ec6a6ad3 100644 --- a/examples/__tests__/integration/vuepress.test.ts +++ b/examples/__tests__/integration/vuepress.test.ts @@ -1,5 +1,4 @@ import { deployExample } from '../test-utils'; -it('should deploy', async () => { - await deployExample(__filename); +it('[examples] should deploy vuepress', async () => { + await deployExample('vuepress'); }); - \ No newline at end of file diff --git a/examples/__tests__/integration/zola.test.ts b/examples/__tests__/integration/zola.test.ts index 776700a3f..9cd535211 100644 --- a/examples/__tests__/integration/zola.test.ts +++ b/examples/__tests__/integration/zola.test.ts @@ -1,5 +1,4 @@ import { deployExample } from '../test-utils'; -it('should deploy', async () => { - await deployExample(__filename); +it('[examples] should deploy zola', async () => { + await deployExample('zola'); }); - \ No newline at end of file