Skip to content

Commit a52caa5

Browse files
chore: console.log
1 parent 99d002d commit a52caa5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/quality.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ jobs:
250250
251251
// Add tests from specs
252252
if (suite.specs) {
253+
console.log(JSON.stringify(spec));
253254
tests.push(...suite.specs.map(spec => ({
254255
title: spec.title,
255256
fullTitle: `${fullSuiteTitle} > ${spec.title}`,

0 commit comments

Comments
 (0)