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 a0522a8 commit 423e371Copy full SHA for 423e371
app-config-exec/src/index.test.ts
@@ -69,7 +69,6 @@ describe('execParsingExtension', () => {
69
70
it('does not fail on stderr by default', async () => {
71
process.env.APP_CONFIG = JSON.stringify({
72
- // eslint-disable-next-line no-useless-escape, prettier/prettier
73
$exec: {
74
command: `node -e 'process.stdout.write("stdout"); process.stderr.write("stderr");'`,
75
},
0 commit comments