Skip to content

Commit c1055f5

Browse files
authored
chore(node): Rename webpack-domain test (#7823)
1 parent 4ff4066 commit c1055f5

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

packages/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"test:express": "node test/manual/express-scope-separation/start.js",
5757
"test:jest": "jest",
5858
"test:release-health": "node test/manual/release-health/runner.js",
59-
"test:webpack": "cd test/manual/webpack-domain/ && yarn --silent && node npm-build.js",
59+
"test:webpack": "cd test/manual/webpack-async-context/ && yarn --silent && node npm-build.js",
6060
"test:watch": "jest --watch",
6161
"yalc:publish": "ts-node ../../scripts/prepack.ts && yalc publish build --push"
6262
},

packages/node/test/manual/webpack-domain/package.json renamed to packages/node/test/manual/webpack-async-context/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "webpack-domain",
2+
"name": "webpack-async-context",
33
"version": "1.0.0",
44
"main": "index.js",
55
"license": "MIT",

0 commit comments

Comments
 (0)