We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nodejs/test_runner
1 parent 27d6a8b commit 56247d7Copy full SHA for 56247d7
.github/CODEOWNERS
@@ -120,3 +120,12 @@
120
121
/.github/workflows/* @nodejs/actions
122
/tools/actions/* @nodejs/actions
123
+
124
+# Test runner
125
126
+/test/message/test_runner_* @nodejs/test_runner
127
+/test/parallel/test-runner-* @nodejs/test_runner
128
+/doc/api/test.md @nodejs/test_runner
129
+/lib/test.js @nodejs/test_runner
130
+/lib/internal/main/test_runner.js @nodejs/test_runner
131
+/lib/internal/test_runner/* @nodejs/test_runner
0 commit comments