Skip to content

Commit ff7f72f

Browse files
author
Diabeu
committed
test(component.js): add styleUrls to comment
1 parent 216f3a1 commit ff7f72f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/mochajs/component.js

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
* @Component({
44
* selector: 'component',
55
* templateUrl: './component.html'
6+
* styleUrls: [
7+
* './style.scss'
8+
* ]
69
* })
710
*/
811

0 commit comments

Comments
 (0)