Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit 8c696c0

Browse files
authored
Update test.js
Just to trigger CI build.
1 parent 49a32bb commit 8c696c0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

test/test.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,13 @@ function test(name) {
3333
modules: {
3434
generateScopedName: '[name]__[local]'
3535
},
36-
compileTemplate: ['compileTemplate', 'compileTemplateLocalComponent', 'slot', 'table', 'table-n-slot'].indexOf(name) > -1
36+
compileTemplate: [
37+
'compileTemplate',
38+
'compileTemplateLocalComponent',
39+
'slot',
40+
'table',
41+
'table-n-slot'
42+
].indexOf(name) > -1
3743
})]
3844
}).then(function (bundle) {
3945
var result = bundle.generate({ format: 'es' })

0 commit comments

Comments
 (0)