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 6dfb6ee commit f54e33dCopy full SHA for f54e33d
bin/helpers/sync/failedSpecsDetails.js
@@ -1,3 +1,6 @@
1
+const { table, getBorderCharacters } = require('table'),
2
+ chalk = require('chalk');
3
+
4
/**
5
*
6
* @param {Array.<{specName: string, status: string, combination: string, sessionId: string}>} data
0 commit comments