Skip to content

Commit f54e33d

Browse files
committed
Adding missing dependencies
1 parent 6dfb6ee commit f54e33d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bin/helpers/sync/failedSpecsDetails.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
const { table, getBorderCharacters } = require('table'),
2+
chalk = require('chalk');
3+
14
/**
25
*
36
* @param {Array.<{specName: string, status: string, combination: string, sessionId: string}>} data

0 commit comments

Comments
 (0)