Skip to content

Commit d0416a0

Browse files
bcoeAce Nassri
authored and
Ace Nassri
committed
test: remove prettier dep fixing linting (#497)
1 parent df6b7dd commit d0416a0

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)