Skip to content

Commit 12c84f6

Browse files
committed
test: debug issue in the ci
1 parent 0c04965 commit 12c84f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

v-next/example-project/test/snapshot-test.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ function runTests() {
2626
});
2727

2828
child.on("close", (code) => {
29+
console.log("--------------- Finished running tests");
30+
console.log(output);
31+
console.log("---------------------------------------");
2932
if (code === 0) {
3033
resolve(output);
3134
} else {

0 commit comments

Comments
 (0)