UNPKG
danger-plugin-jest
Version:
latest (1.3.0)
1.3.0
1.2.0
1.1.0
1.0.1
1.0.0
Danger plugin for Jest
github.com/macklinu/danger-plugin-jest
macklinu/danger-plugin-jest
danger-plugin-jest
/
dist
/
index.d.ts
6 lines
(5 loc)
•
170 B
TypeScript
View Raw
1
2
3
4
5
6
export
interface
IPluginConfig
{
testResultsJsonPath
:
string
;
showSuccessMessage
:
boolean
; }
export
default
function
jest
(
config
?:
Partial
<
IPluginConfig
>
):
void
;