From b032fc43f916c70722d33fc5b495897625aee9d9 Mon Sep 17 00:00:00 2001 From: Quramy Date: Mon, 18 Mar 2024 18:34:02 +0900 Subject: [PATCH] test: fix spec name typo --- e2e/webpack-specs/transform.js | 2 +- .../.gitignore | 0 .../fragment-leaf.ts | 0 .../fragment-node.ts | 0 .../query.ts | 0 .../schema.graphql | 0 .../tag.ts | 0 .../tsconfig.json | 0 .../webpack.config.js | 0 9 files changed, 1 insertion(+), 1 deletion(-) rename project-fixtures/{transformation-global-fag-prj => transformation-global-frag-prj}/.gitignore (100%) rename project-fixtures/{transformation-global-fag-prj => transformation-global-frag-prj}/fragment-leaf.ts (100%) rename project-fixtures/{transformation-global-fag-prj => transformation-global-frag-prj}/fragment-node.ts (100%) rename project-fixtures/{transformation-global-fag-prj => transformation-global-frag-prj}/query.ts (100%) rename project-fixtures/{transformation-global-fag-prj => transformation-global-frag-prj}/schema.graphql (100%) rename project-fixtures/{transformation-global-fag-prj => transformation-global-frag-prj}/tag.ts (100%) rename project-fixtures/{transformation-global-fag-prj => transformation-global-frag-prj}/tsconfig.json (100%) rename project-fixtures/{transformation-global-fag-prj => transformation-global-frag-prj}/webpack.config.js (100%) diff --git a/e2e/webpack-specs/transform.js b/e2e/webpack-specs/transform.js index b0e0ec4ba..3d054e3f4 100644 --- a/e2e/webpack-specs/transform.js +++ b/e2e/webpack-specs/transform.js @@ -22,7 +22,7 @@ async function specWithoutGlobalFragments() { } async function specWithGlobalFragments() { - const config = require('../../project-fixtures/transformation-global-fag-prj/webpack.config.js'); + const config = require('../../project-fixtures/transformation-global-frag-prj/webpack.config.js'); const compiler = webpack({ ...config, mode: 'production' }); const stats = await new Promise((res, rej) => { compiler.run((err, stats) => { diff --git a/project-fixtures/transformation-global-fag-prj/.gitignore b/project-fixtures/transformation-global-frag-prj/.gitignore similarity index 100% rename from project-fixtures/transformation-global-fag-prj/.gitignore rename to project-fixtures/transformation-global-frag-prj/.gitignore diff --git a/project-fixtures/transformation-global-fag-prj/fragment-leaf.ts b/project-fixtures/transformation-global-frag-prj/fragment-leaf.ts similarity index 100% rename from project-fixtures/transformation-global-fag-prj/fragment-leaf.ts rename to project-fixtures/transformation-global-frag-prj/fragment-leaf.ts diff --git a/project-fixtures/transformation-global-fag-prj/fragment-node.ts b/project-fixtures/transformation-global-frag-prj/fragment-node.ts similarity index 100% rename from project-fixtures/transformation-global-fag-prj/fragment-node.ts rename to project-fixtures/transformation-global-frag-prj/fragment-node.ts diff --git a/project-fixtures/transformation-global-fag-prj/query.ts b/project-fixtures/transformation-global-frag-prj/query.ts similarity index 100% rename from project-fixtures/transformation-global-fag-prj/query.ts rename to project-fixtures/transformation-global-frag-prj/query.ts diff --git a/project-fixtures/transformation-global-fag-prj/schema.graphql b/project-fixtures/transformation-global-frag-prj/schema.graphql similarity index 100% rename from project-fixtures/transformation-global-fag-prj/schema.graphql rename to project-fixtures/transformation-global-frag-prj/schema.graphql diff --git a/project-fixtures/transformation-global-fag-prj/tag.ts b/project-fixtures/transformation-global-frag-prj/tag.ts similarity index 100% rename from project-fixtures/transformation-global-fag-prj/tag.ts rename to project-fixtures/transformation-global-frag-prj/tag.ts diff --git a/project-fixtures/transformation-global-fag-prj/tsconfig.json b/project-fixtures/transformation-global-frag-prj/tsconfig.json similarity index 100% rename from project-fixtures/transformation-global-fag-prj/tsconfig.json rename to project-fixtures/transformation-global-frag-prj/tsconfig.json diff --git a/project-fixtures/transformation-global-fag-prj/webpack.config.js b/project-fixtures/transformation-global-frag-prj/webpack.config.js similarity index 100% rename from project-fixtures/transformation-global-fag-prj/webpack.config.js rename to project-fixtures/transformation-global-frag-prj/webpack.config.js