Skip to content

Commit

Permalink
Merge pull request #1243 from Quramy/fix_spec_typo
Browse files Browse the repository at this point in the history
test: fix spec name typo
  • Loading branch information
Quramy committed Mar 18, 2024
2 parents e359bf1 + b032fc4 commit e9977fc
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/webpack-specs/transform.js
Expand Up @@ -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) => {
Expand Down

0 comments on commit e9977fc

Please sign in to comment.