Runs prettier on changed files

This commit is contained in:
Filipa Lacerda 2018-10-30 11:03:11 +00:00
parent 0ccacd7bbd
commit 15db499757
No known key found for this signature in database
GPG Key ID: 569522463C8A0CC7
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ describe('Deployment component', () => {
expect(vm.$el.querySelector('.js-mr-wigdet-deployment-dropdown')).toBeNull();
expect(vm.$el.querySelector('.js-deploy-url-feature-flag')).not.toBeNull();
});
})
});
describe('deployment status', () => {
describe('running', () => {