File tree 2 files changed +2
-1
lines changed
lib/unsupported-features/node-builtins-modules
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ const test = {
38
38
MockFunctionContext : { [ READ ] : { supported : [ "19.1.0" , "18.13.0" ] } } ,
39
39
MockModuleContext : { [ READ ] : { experimental : [ "22.3.0" ] } } ,
40
40
MockTracker : { [ READ ] : { supported : [ "19.1.0" , "18.13.0" ] } } ,
41
- MockTimers : { [ READ ] : { experimental : [ "20.4.0" ] } } ,
41
+ MockTimers : { [ READ ] : { experimental : [ "20.4.0" ] , supported : [ "23.1.0" ] } } ,
42
42
TestsStream : { [ READ ] : { supported : [ "18.9.0" , "16.19.0" ] } } ,
43
43
TestContext : { [ READ ] : { supported : [ "18.0.0" , "16.17.0" ] } } ,
44
44
SuiteContext : { [ READ ] : { supported : [ "18.7.0" , "16.17.0" ] } } ,
Original file line number Diff line number Diff line change @@ -91,6 +91,7 @@ const util = {
91
91
getCallSite : { [ READ ] : { experimental : [ "22.9.0" ] } } ,
92
92
getSystemErrorName : { [ READ ] : { supported : [ "9.7.0" , "8.12.0" ] } } ,
93
93
getSystemErrorMap : { [ READ ] : { supported : [ "16.0.0" , "14.17.0" ] } } ,
94
+ getSystemErrorMessage : { [ READ ] : { supported : [ "23.1.0" ] } } ,
94
95
inherits : { [ READ ] : { supported : [ "0.3.0" ] } } ,
95
96
inspect : {
96
97
[ READ ] : { supported : [ "0.3.0" ] } ,
You can’t perform that action at this time.
0 commit comments