chore: vnext unit tests (#758)

* fix: unit tests

* get unit tests running
This commit is contained in:
Peter Woodworth
2023-06-29 17:29:11 -07:00
committed by GitHub
parent d26f2d03f8
commit 7526948ef9
7 changed files with 50 additions and 164 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ describe('helpers', () => {
});
test('removes special characters from worflow names', () => {
expect(helpers.sanitizeGitHubVariables('sdf234@#$%$^&*()_+{}|:"<>?')).toEqual('sdf234@__________+___:_<>?');
expect(helpers.sanitizeGitHubVariables('sdf234@#$%$^&*()_+{}|:"<>?')).toEqual('sdf234@__________+___:____');
});
test('can sleep', () => {