diff options
| author | HasanAlrimawi <141642411+HasanAlrimawi@users.noreply.github.com> | 2024-09-16 20:45:25 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-16 17:45:25 +0000 |
| commit | 36a1a79f175b2df31d8ba5d7e121239c3b7e74ea (patch) | |
| tree | a2d1c96ba22181dc3301e3a20e4c4977f50b5d3d /tests/testdata/lint/with_config | |
| parent | acc32e1cee043ef7233a94bcf5645c4a842ed13a (diff) | |
chore: deprecate lint itests (#25655)
Diffstat (limited to 'tests/testdata/lint/with_config')
| -rw-r--r-- | tests/testdata/lint/with_config/a.ts | 4 | ||||
| -rw-r--r-- | tests/testdata/lint/with_config/b.ts | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/tests/testdata/lint/with_config/a.ts b/tests/testdata/lint/with_config/a.ts deleted file mode 100644 index c378218a3..000000000 --- a/tests/testdata/lint/with_config/a.ts +++ /dev/null @@ -1,4 +0,0 @@ -// TODO: foo -function add(a: number, b: number): number { - return a + b; -} diff --git a/tests/testdata/lint/with_config/b.ts b/tests/testdata/lint/with_config/b.ts deleted file mode 100644 index d5647067e..000000000 --- a/tests/testdata/lint/with_config/b.ts +++ /dev/null @@ -1,4 +0,0 @@ -// TODO: this file should be ignored -function subtract(a: number, b: number): number { - return a - b; -} |
