We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ba5971 commit ef9279eCopy full SHA for ef9279e
tools/combine_test_results.js
@@ -9,6 +9,7 @@ const filePaths = [
9
"test_results_specs.json",
10
"test_results_unit.json",
11
"test_results_unit_node.json",
12
+ "test_results_node_compat.json",
13
].map((fileName) => joinTarget(fileName));
14
15
const tests = [];
0 commit comments