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

Add tests for camerax #26

Open
wants to merge 6 commits into
base: camerax-cdvfile
Choose a base branch
from
Open

Add tests for camerax #26

wants to merge 6 commits into from

Conversation

sc-nick
Copy link
Contributor

@sc-nick sc-nick commented Jul 24, 2020

No description provided.

@sc-nick sc-nick changed the base branch from camerax to camerax-cdvfile July 24, 2020 09:14
Comment on lines +3 to +5
it('do something sync', function() {
expect(1).toBe(1);
});
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
it('do something sync', function() {
expect(1).toBe(1);
});
it('do something sync', function() {
expect(1).toBe(1);
});

Comment on lines +7 to +12
it('do something async', function(done) {
setTimeout(function() {
expect(1).toBe(1);
done();
}, 100);
});
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
it('do something async', function(done) {
setTimeout(function() {
expect(1).toBe(1);
done();
}, 100);
});
it('do something async', function(done) {
setTimeout(function() {
expect(1).toBe(1);
done();
}, 100);
});

Copy link
Member

@dinitri dinitri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

indentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants