No flags found
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
c3c1f20
... +1 ...
bb085d1
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
14 | 14 | const own = {}.hasOwnProperty |
|
15 | 15 | ||
16 | 16 | /** |
|
17 | - | * @type {import('unified').Plugin<[Options] | void[], Root>} |
|
17 | + | * @type {import('unified').Plugin<[Options?] | Array<void>, Root>} |
|
18 | 18 | */ |
|
19 | 19 | export default function rehypePicture(options) { |
|
20 | 20 | const settings = options || {} |
Files | Coverage |
---|---|
index.js | 100.00% |
Project Totals (1 files) | 100.00% |
bb085d1
3ed1c05
c3c1f20