Skip to content

Commit 92017bd

Browse files
authored
Merge branch 'master' into fix/8.0.0-1
2 parents 863dd2e + ca9387f commit 92017bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/scripts/extend/tag.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ describe('Tag', () => {
255255
'date: 2023-09-03 16:59:46',
256256
'tags: foo',
257257
'---'
258-
];
258+
].join('\n');
259259

260260
const file2 = newFile({
261261
path: 'test2.html',
@@ -269,7 +269,7 @@ describe('Tag', () => {
269269
'date: 2023-09-03 16:59:49',
270270
'tags: foo',
271271
'---'
272-
];
272+
].join('\n');
273273

274274
const file3 = newFile({
275275
path: 'test3.html',

0 commit comments

Comments
 (0)