diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-09-10 12:28:59 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-10 11:28:59 +0000 |
| commit | 9a169e3cf11cccec0dd1a6acbfdba927d99658f5 (patch) | |
| tree | 165fa6f8727891df7c4c826177d7ea24fd121e55 /tests/unit/signal_test.ts | |
| parent | 3f6afd19472c7a13f21b1083d80a563d9359a7ab (diff) | |
test: remove usage of `--unstable` flag (#25549)
This commit removes all occurrences of `--unstable` flag
from all the tests that are run in CI.
Turns out none of the tests actually required that flag
anymore.
Diffstat (limited to 'tests/unit/signal_test.ts')
| -rw-r--r-- | tests/unit/signal_test.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit/signal_test.ts b/tests/unit/signal_test.ts index 0c0676428..65b5ba78e 100644 --- a/tests/unit/signal_test.ts +++ b/tests/unit/signal_test.ts @@ -209,7 +209,6 @@ Deno.test( const { code } = await new Deno.Command(Deno.execPath(), { args: [ "eval", - "--unstable", "Deno.addSignalListener('SIGINT', () => {})", ], }).output(); |
