Skip to content

Commit cf49663

Browse files
committed
fix test
1 parent 3156cb5 commit cf49663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-scenarios/customized-vendor-test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ appScenarios
127127
// ember-cli 2.18 has bugs that don't let it actually work with customized
128128
// vendor paths. When we bump the lts scenario to something newer we can
129129
// drop this check.
130-
.skip('lts')
130+
.only('ember3')
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)