Skip to content

Commit 9ee1d02

Browse files
committed
fix test
1 parent 3156cb5 commit 9ee1d02

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test-scenarios/customized-vendor-test.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,10 @@ function customVendorTest(project: Project, vendorPath: string) {
124124
}
125125

126126
appScenarios
127-
// ember-cli 2.18 has bugs that don't let it actually work with customized
128-
// vendor paths. When we bump the lts scenario to something newer we can
129-
// drop this check.
130-
.skip('lts')
127+
// ember-cli 6 has removed custom `outputPaths`
128+
.skip('canary')
129+
.skip('beta')
130+
.skip('release')
131131
.expand({
132132
'customized-vendor-nested': project => customVendorTest(project, '/js/vendor.js'),
133133
'customized-vendor-top': project => customVendorTest(project, '/top-level-vendor.js'),

0 commit comments

Comments
 (0)