We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe29a78 commit b3badb7Copy full SHA for b3badb7
packages/angular-table/tests/test-utils.ts
@@ -48,7 +48,7 @@ export async function flushQueue() {
48
await new Promise(setImmediate)
49
}
50
51
-const staticComputedProperties = ['get']
+const staticComputedProperties = ['get', 'state']
52
export const testShouldBeComputedProperty = (
53
testObj: any,
54
propertyName: string,
0 commit comments