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 7d8dd2f commit e1aad25Copy full SHA for e1aad25
1 file changed
tests/smoke-tests/defaults.test.ts
@@ -180,7 +180,9 @@ for (let packageManager of SUPPORTED_PACKAGE_MANAGERS) {
180
expect(testResult.exitCode).toEqual(0);
181
182
expect(testResult.stdout).includes('debug utils remain in the build: assert');
183
- expect(testResult.stdout).includes('debug utils remain in the build: DEBUG');
+ expect(testResult.stdout).includes(
184
+ 'debug utils remain in the build > not supported: DEBUG',
185
+ );
186
expect(testResult.stdout).includes(
187
`# tests 6
188
# pass 6
0 commit comments