v4 new release (#232)

This commit is contained in:
github-actions[bot]
2022-08-16 14:53:55 -04:00
committed by GitHub
parent 4e60e959ea
commit bba74ad3b5
34 changed files with 2291 additions and 1283 deletions
@@ -11,5 +11,10 @@ describe('WorkflowAnnotationUtils', () => {
)
expect(cleanLabel('with⚒️emoji')).toEqual('withemoji')
})
it('should remove slashes from label', () => {
expect(
cleanLabel('Workflow Name / With Slashes / And Spaces')
).toEqual('Workflow_Name_-_With_Slashes_-_And_Spaces')
})
})
})