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 825abf4 commit 6fa927eCopy full SHA for 6fa927e
packages/e2e-tests/dynamic-compile-options/__tests__/dynamic-compile-options.spec.ts
@@ -1,6 +1,6 @@
1
import { getText } from '~utils';
2
3
-test('should respect dynamic compile option preserveWhitespace: true for A', async () => {
+test('should respect dynamic compile option preserveWhitespace: true', async () => {
4
expect(await getText('#A')).toBe(' preserved leading whitespace');
5
expect(await getText('#B')).toBe('removed leading whitespace');
6
expect(await getText('#C')).toBe(' preserved leading whitespace');
0 commit comments