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 445a56d commit be75601Copy full SHA for be75601
test/fixtures/typescript/src/App.test.ts
@@ -8,7 +8,8 @@ it('reads a typescript file with no syntax error', () => {
8
});
9
10
it('supports decorators', () => {
11
+ expect((App as any).annotated).toBe(true);
12
+
13
const app = new App();
- expect((app as any).annotated).toBe(true);
14
expect(app.decorated).toBe(42);
15
0 commit comments