◐ Shell
clean mode source ↗

module: implement module.registerHooks() · nodejs/node@e5bb6c2

Original file line numberDiff line numberDiff line change

@@ -125,6 +125,8 @@ exlusiveLabels:

125125

/^test\/es-module\//: test, esm

126126

/^test\/fixtures\/wpt\/streams\//: test, web streams

127127

/^test\/fixtures\/typescript/: test, strip-types

128+

/^test\/module-hooks\//: test, module, loaders

129+

/^test\/fixtures/module-hooks\//: test, module, loaders

128130
129131

/^test\//: test

130132