Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hogashi committed Nov 28, 2023
1 parent 02c2780 commit 96a9ec9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
9 changes: 4 additions & 5 deletions __tests__/Constants.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,11 @@ describe('定数', () => {
]);

expect(OPTIONS_TEXT).toStrictEqual({
// 公式Web
SHOW_ON_TIMELINE: 'タイムラインにボタンを表示',
SHOW_ON_TWEET_DETAIL: 'ツイート詳細にボタンを表示',
SHOW_ON_TIMELINE: 'タイムライン',
SHOW_ON_TWEET_DETAIL: '(旧表示で)ツイート詳細',
// TweetDeck
SHOW_ON_TWEETDECK_TIMELINE: 'タイムラインにボタンを表示',
SHOW_ON_TWEETDECK_TWEET_DETAIL: 'ツイート詳細にボタンを表示',
SHOW_ON_TWEETDECK_TIMELINE: 'タイムライン',
SHOW_ON_TWEETDECK_TWEET_DETAIL: '(旧表示で)ツイート詳細',
// 画像ページ
STRIP_IMAGE_SUFFIX: '[Ctrl]+[s]で拡張子を校正',
});
Expand Down
10 changes: 5 additions & 5 deletions __tests__/__snapshots__/popup.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ exports[`Popup render 1`] = `
className="p-3 flex flex-col justify-center items-center"
style={
{
"minWidth": "260px",
"minWidth": "230px",
}
}
>
Expand Down Expand Up @@ -47,7 +47,7 @@ exports[`Popup render 1`] = `
className="font-medium text-gray-900"
htmlFor="SHOW_ON_TIMELINE"
>
タイムラインにボタンを表示
タイムライン
</label>
</div>
</div>
Expand All @@ -73,7 +73,7 @@ exports[`Popup render 1`] = `
className="font-medium text-gray-900"
htmlFor="SHOW_ON_TWEET_DETAIL"
>
ツイート詳細にボタンを表示
(旧表示で)ツイート詳細
</label>
</div>
</div>
Expand Down Expand Up @@ -108,7 +108,7 @@ exports[`Popup render 1`] = `
className="font-medium text-gray-900"
htmlFor="SHOW_ON_TWEETDECK_TIMELINE"
>
タイムラインにボタンを表示
タイムライン
</label>
</div>
</div>
Expand All @@ -134,7 +134,7 @@ exports[`Popup render 1`] = `
className="font-medium text-gray-900"
htmlFor="SHOW_ON_TWEETDECK_TWEET_DETAIL"
>
ツイート詳細にボタンを表示
(旧表示で)ツイート詳細
</label>
</div>
</div>
Expand Down

0 comments on commit 96a9ec9

Please sign in to comment.