Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retry decorator #6

Open
wants to merge 13 commits into
base: develop
Choose a base branch
from
Prev Previous commit
Next Next commit
ReMove .only
Caliman-Nicolae committed Nov 16, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 6db706874dda74f012ea4d5680e9073412c63b28
2 changes: 1 addition & 1 deletion test/retry.spec.ts
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ import { Retryer } from '../lib/retry/Retryer';
import { WaitStrategy } from '../lib/retry/WaitStrategy';
import { MethodOptions } from '../lib/retry/RetryOptions';

describe.only('@retry', () => {
describe('@retry', () => {
describe('When method is synchrone.', () => {
describe('When method should return value.', () => {
describe('When method should work only with attempts number.', () => {