Skip to content

Commit 6fa927e

Browse files
committed
do'h
1 parent 825abf4 commit 6fa927e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/e2e-tests/dynamic-compile-options/__tests__/dynamic-compile-options.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { getText } from '~utils';
22

3-
test('should respect dynamic compile option preserveWhitespace: true for A', async () => {
3+
test('should respect dynamic compile option preserveWhitespace: true', async () => {
44
expect(await getText('#A')).toBe(' preserved leading whitespace');
55
expect(await getText('#B')).toBe('removed leading whitespace');
66
expect(await getText('#C')).toBe(' preserved leading whitespace');

0 commit comments

Comments
 (0)