File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ describe('different types of decorated properties and states render on both serv
22
22
// html template renders kebab case props
23
23
expect ( html ) . toContain ( '<!--t.1.1.1.0-->foo1 - bar1<' ) ;
24
24
// html template doesn't support camelcase
25
- expect ( html ) . toContain ( '<!--t.4.1.1.0--> - bar <' ) ;
25
+ expect ( html ) . toContain ( '<!--t.4.1.1.0--> - <' ) ;
26
26
// jsx template renders kebab case
27
27
expect ( html ) . toContain ( '<!--t.2.1.1.0-->foo3 - bar3<' ) ;
28
28
expect ( html ) . toContain ( '<!--t.5.1.1.0-->foo3 - bar3<' ) ;
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ describe('different types of decorated properties and states render on both serv
108
108
expect ( await txt ( 'decoratedState' ) ) . toBe ( '10' ) ;
109
109
} ) ;
110
110
111
- it ( 'renders different values on different component instances ' , async ( ) => {
111
+ it ( 'renders different values on different component instances' , async ( ) => {
112
112
const doc = await renderToString ( `
113
113
<runtime-decorators></runtime-decorators>
114
114
<runtime-decorators
You can’t perform that action at this time.
0 commit comments