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 74cd94c commit 404c151Copy full SHA for 404c151
run/markdown-preview/renderer/test/system.test.js
@@ -66,7 +66,7 @@ describe('End-to-End Tests', () => {
66
if (SAMPLE_VERSION) cleanUpCmd += `,_VERSION=${SAMPLE_VERSION}`;
67
if (SERVICE_ACCOUNT) cleanUpCmd += `,_SERVICE_ACCOUNT=${SERVICE_ACCOUNT}`;
68
69
- execSync(cleanUpCmd);
+ //execSync(cleanUpCmd); //FIX(glasnt): debugging
70
});
71
72
it('post(/) without body is a bad request', async () => {
0 commit comments