Skip to content

Commit f27a191

Browse files
author
John Jenkins
committed
chore: fix tests more
1 parent 7445936 commit f27a191

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/runtime/test/prop.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { AttrDeserialize,Component, h, Prop } from '@stencil/core';
1+
import { AttrDeserialize, Component, h, Prop } from '@stencil/core';
22
import { newSpecPage } from '@stencil/core/testing';
33

44
function Clamp(lowerBound: number, upperBound: number): any {

test/wdio/complex-properties/cmp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export class ComplexProperties {
3333
/**
3434
* basic array
3535
*/
36-
@Prop() kidsNames: string[];
36+
@Prop() kidsNames: any;
3737

3838
render() {
3939
return (

0 commit comments

Comments
 (0)