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 da80fa4 commit 43afe9bCopy full SHA for 43afe9b
appengine/building-an-app/update/test/server.test.js
@@ -21,7 +21,7 @@ const supertest = require('supertest');
21
22
const cwd = path.join(__dirname, '../');
23
24
-const requestObj = supertest(proxyquire(path.join(cwd, 'server'), { process }));
+const requestObj = supertest(proxyquire(path.join(cwd, 'server'), {process}));
25
26
const stubConsole = function () {
27
sinon.stub(console, 'error');
0 commit comments