Skip to content

Commit e5e8198

Browse files
committed
fix: update test file to address prettier issue
1 parent 7bd0544 commit e5e8198

File tree

1 file changed

+1
-1
lines changed
  • packages/build-tools/__tests__/multi-lang

1 file changed

+1
-1
lines changed

packages/build-tools/__tests__/multi-lang/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ describe('Tests to confirm that the latest upcoming release of the @bolt/build-t
7272
const cssFile = await getCSSData();
7373

7474
const japaneseFontRule =
75-
'font-family:-apple-system,BlinkMacSystemFont,\"ヒラギノ角ゴ ProN\",\"Hiragino Kaku Gothic ProN\",\"游ゴシック\",\"游ゴシック体\",YuGothic,\"Yu Gothic\",\"メイリオ\",Meiryo,\"MS ゴシック\",\"MS Gothic\",HiraKakuProN-W3,\"TakaoExゴシック\",TakaoExGothic,MotoyaLCedar,\"Droid Sans Japanese\",sans-serif';
75+
'font-family:-apple-system,BlinkMacSystemFont,"ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","游ゴシック","游ゴシック体",YuGothic,"Yu Gothic","メイリオ",Meiryo,"MS ゴシック","MS Gothic",HiraKakuProN-W3,"TakaoExゴシック",TakaoExGothic,MotoyaLCedar,"Droid Sans Japanese",sans-serif';
7676

7777
const englishFontFamilyRule =
7878
'font-family:"Open Sans","Helvetica Neue",sans-serif;font-family:var(--bolt-font-family-heading)';

0 commit comments

Comments
 (0)