diff --git a/e2e/webpack-specs/transform.js b/e2e/webpack-specs/transform.js index b0e0ec4b..3d054e3f 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