We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d18ee6e commit 5fe400fCopy full SHA for 5fe400f
appengine/building-an-app/build/test/server.test.js
@@ -15,15 +15,14 @@ const supertest = require('supertest');
15
const path = require('path');
16
const app = require(path.join(__dirname, '../', 'server.js'));
17
18
-
19
describe('gae_app', () => {
20
it('should be listening', async () => {
21
await supertest(app).get('/').expect(200);
22
});
23
-})
+});
24
25
describe('gae_build_web_server_app', () => {
26
27
28
29
0 commit comments