Skip to content

Commit ca0d2f0

Browse files
committed
Rename classicUseModules to classic
1 parent 2914f4c commit ca0d2f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

smoke-tests/scenarios/scenarios.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Project, Scenarios } from 'scenario-tester';
22
import { dirname } from 'node:path';
33

4-
function classicUseModulesFeature(project: Project) {
4+
function classic(project: Project) {
55
project.mergeFiles({
66
config: {
77
'optional-features.json': JSON.stringify({
@@ -24,7 +24,7 @@ function embroiderVite(project: Project) {}
2424
export const v1AppScenarios = Scenarios.fromProject(() =>
2525
Project.fromDir(dirname(require.resolve('../app-template/package.json')), { linkDevDeps: true })
2626
).expand({
27-
classicUseModulesFeature,
27+
classic,
2828
embroiderWebpack,
2929
});
3030

0 commit comments

Comments
 (0)