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.
1 parent 0c04965 commit 12c84f6Copy full SHA for 12c84f6
v-next/example-project/test/snapshot-test.js
@@ -26,6 +26,9 @@ function runTests() {
26
});
27
28
child.on("close", (code) => {
29
+ console.log("--------------- Finished running tests");
30
+ console.log(output);
31
+ console.log("---------------------------------------");
32
if (code === 0) {
33
resolve(output);
34
} else {
0 commit comments