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 202fdf7 commit 35e4a06Copy full SHA for 35e4a06
core/core-decorator/test/decorators.test.ts
@@ -69,7 +69,7 @@ describe('test/decorator.test.ts', () => {
69
});
70
71
it('constructor should work', () => {
72
- const injectConstructors = PrototypeUtil.getInjectConstructors(ConstructorObject);
+ const injectConstructors = PrototypeUtil.getInjectObjects(ConstructorObject);
73
assert.deepStrictEqual(injectConstructors, [
74
{ refIndex: 1, refName: 'cache', objName: 'cache' },
75
{ refIndex: 0, refName: 'xCache', objName: 'fooCache' },
0 commit comments