mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
test: fix missed warning for non-experimental AbortController
Signed-off-by: James M Snell <jasnell@gmail.com> PR-URL: https://github.com/nodejs/node/pull/36240 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Shelley Vohr <codebytere@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
This commit is contained in:
committed by
Rich Trott
parent
53253768e4
commit
4388c1478a
@@ -25,10 +25,6 @@ common.expectWarning({
|
||||
'Use events.setMaxListeners() to increase ' +
|
||||
'limit'],
|
||||
],
|
||||
ExperimentalWarning: [[
|
||||
'AbortController is an experimental feature. This feature could change ' +
|
||||
'at any time'
|
||||
]]
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user