Skip to content

Commit 2e311d9

Browse files
fix(gae): fix linting issues
1 parent 5fe400f commit 2e311d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appengine/building-an-app/build/test/server.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ describe('gae_build_web_server_app', () => {
2525
it('should be listening', async () => {
2626
await supertest(app).get('/').expect(200);
2727
});
28-
});
28+
});

0 commit comments

Comments
 (0)