Skip to content

Commit e066e52

Browse files
authored
test: remove prettier dep fixing linting (#497)
1 parent ff3060b commit e066e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compute/test/samples.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ describe('samples', () => {
5555
describe('start-up script', () => {
5656
const name = `gcloud-apache-${uuid.v4().split('-')[0]}`;
5757
after(async () => deleteVM(name));
58-
it('should create vm with startup script', function(done) {
58+
it('should create vm with startup script', function (done) {
5959
this.timeout(280000);
6060
this.retries(3);
6161
const {spawn} = require('child_process');

0 commit comments

Comments
 (0)