Skip to content

Commit b3badb7

Browse files
committed
fix test utils test
1 parent fe29a78 commit b3badb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular-table/tests/test-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export async function flushQueue() {
4848
await new Promise(setImmediate)
4949
}
5050

51-
const staticComputedProperties = ['get']
51+
const staticComputedProperties = ['get', 'state']
5252
export const testShouldBeComputedProperty = (
5353
testObj: any,
5454
propertyName: string,

0 commit comments

Comments
 (0)