updating core docs and bumping version (#172)

updating core docs and bumping version
This commit is contained in:
Bryan MacFarlane
2019-10-01 13:53:09 -04:00
committed by GitHub
parent 05b1b08f77
commit 713902387e
4 changed files with 28 additions and 22 deletions

View File

@@ -125,11 +125,6 @@ describe('@actions/core', () => {
assertWriteCalls([`::set-output name=some output,::some value${os.EOL}`])
})
it('setNeutral sets the correct exit code', () => {
core.setFailed('Failure message')
expect(process.exitCode).toBe(core.ExitCode.Failure)
})
it('setFailure sets the correct exit code and failure message', () => {
core.setFailed('Failure message')
expect(process.exitCode).toBe(core.ExitCode.Failure)