summaryrefslogtreecommitdiff
path: root/tests/specs/test/markdown_ts_expect_error/main.md
blob: 9be70e919cbd9c37d4c4e07474f26124c25e49ca (plain)
1
2
3
4
5
6
7
8
# Documentation

This test case checks if `@ts-expect-error` comment works as expected.

```ts
// @ts-expect-error
const a: string = 42;
```