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_only | |
| parent | c64aa50c0e4219ef623a6ec3b939ac10a4568563 (diff) | |
chore: deprecate task itests (#25558)
This PR is part of #22907
Diffstat (limited to 'tests/testdata/task/package_json_pre_only')
| -rw-r--r-- | tests/testdata/task/package_json_pre_only/bin.out | 4 | ||||
| -rw-r--r-- | tests/testdata/task/package_json_pre_only/echo.out | 1 | ||||
| -rw-r--r-- | tests/testdata/task/package_json_pre_only/package.json | 5 |
3 files changed, 0 insertions, 10 deletions
diff --git a/tests/testdata/task/package_json_pre_only/bin.out b/tests/testdata/task/package_json_pre_only/bin.out deleted file mode 100644 index e96e8e341..000000000 --- a/tests/testdata/task/package_json_pre_only/bin.out +++ /dev/null @@ -1,4 +0,0 @@ -Task not found: test -Available tasks: -- pretest (package.json) - echo 'pretest' diff --git a/tests/testdata/task/package_json_pre_only/echo.out b/tests/testdata/task/package_json_pre_only/echo.out deleted file mode 100644 index d00491fd7..000000000 --- a/tests/testdata/task/package_json_pre_only/echo.out +++ /dev/null @@ -1 +0,0 @@ -1 diff --git a/tests/testdata/task/package_json_pre_only/package.json b/tests/testdata/task/package_json_pre_only/package.json deleted file mode 100644 index 032a5d4ea..000000000 --- a/tests/testdata/task/package_json_pre_only/package.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "scripts": { - "pretest": "echo 'pretest'" - } -} |
