mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-16 14:27:10 +01:00
Verify content of dist/ folder matches build output
This commit is contained in:
parent
3cca7492d0
commit
59de73d003
5 changed files with 94 additions and 4 deletions
4
dist/index.js
generated
vendored
4
dist/index.js
generated
vendored
|
|
@ -2036,8 +2036,8 @@ var Align;
|
|||
Align["None"] = "---";
|
||||
})(Align = exports.Align || (exports.Align = {}));
|
||||
exports.Icon = {
|
||||
skip: '✖️',
|
||||
success: '✔️',
|
||||
skip: '⚪',
|
||||
success: '✅',
|
||||
fail: '❌' // ':x:'
|
||||
};
|
||||
function link(title, address) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue