diff options
| author | HasanAlrimawi <141642411+HasanAlrimawi@users.noreply.github.com> | 2024-09-11 18:39:47 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-11 17:39:47 +0200 |
| commit | 1463a4ad5805b1b29f33b695ce19d4c42b671790 (patch) | |
| tree | d625cadfd283e41da78b65998ad10036619ba7bb /tests/testdata/task/package_json_pre/package.json | |
| parent | c64aa50c0e4219ef623a6ec3b939ac10a4568563 (diff) | |
chore: deprecate task itests (#25558)
This PR is part of #22907
Diffstat (limited to 'tests/testdata/task/package_json_pre/package.json')
| -rw-r--r-- | tests/testdata/task/package_json_pre/package.json | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/testdata/task/package_json_pre/package.json b/tests/testdata/task/package_json_pre/package.json deleted file mode 100644 index d3eba02a1..000000000 --- a/tests/testdata/task/package_json_pre/package.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "scripts": { - "test": "echo 'test'", - "pretest": "echo 'pretest'" - } -} |
