Reverting typescript export changes in previour PR (#39)

This commit is contained in:
rgsubh
2020-06-08 09:10:25 +05:30
committed by GitHub
parent 468ae744db
commit b9a4b99a0c
21 changed files with 24 additions and 50 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ test("run() - deploy - Manifiest not provided", async () => {
fileUtility.chmodSync = jest.fn();
//Invoke and assert
await expect(action.run()).rejects.toThrowError();
await expect(action.run()).resolves.not.toThrow();
expect(coreMock.setFailed).toBeCalledWith('No manifests supplied to deploy');
});