Skip to content

Commit 8fc6d4d

Browse files
committed
test: @putout/engine-parser: update fixture
1 parent 441bc77 commit 8fc6d4d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/engine-parser/lib/printers/babel.spec.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,7 @@ test('putout: parser: print: printer: babel: preserve format: parens: parser: no
124124
});
125125

126126
const expected = montag`
127-
const a: (boolean| number)[] = [false, 1];
128-
127+
const a: (boolean | number)[] = [false, 1];\n
129128
`;
130129

131130
t.equal(result, expected);

0 commit comments

Comments
 (0)