Skip to content

Commit

Permalink
test: remove prettier dep fixing linting (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe authored Sep 25, 2020
1 parent ff3060b commit e066e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compute/test/samples.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ describe('samples', () => {
describe('start-up script', () => {
const name = `gcloud-apache-${uuid.v4().split('-')[0]}`;
after(async () => deleteVM(name));
it('should create vm with startup script', function(done) {
it('should create vm with startup script', function (done) {
this.timeout(280000);
this.retries(3);
const {spawn} = require('child_process');
Expand Down

0 comments on commit e066e52

Please sign in to comment.