Skip to content

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.

3 participants