Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2ca8248

Browse files
chore(site): apply code conventions (#12316)
1 parent5a0d9db commit2ca8248

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

‎site/jest.setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ global.TextDecoder = TextDecoder as any;
4949
global.Blob=Blobasany;
5050
global.scrollTo=jest.fn();
5151

52-
window.HTMLElement.prototype.scrollIntoView=function(){};
52+
window.HTMLElement.prototype.scrollIntoView=jest.fn();
5353

5454
// Polyfill the getRandomValues that is used on utils/random.ts
5555
Object.defineProperty(global.self,"crypto",{

‎site/src/pages/CreateTemplatePage/BuildLogsDrawer.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ export const BuildLogsDrawer: FC<BuildLogsDrawerProps> = ({
8787
);
8888
};
8989

90-
constMissingVariablesBanner:FC<{onFillVariables:()=>void}>=({
90+
typeMissingVariablesBannerProps={onFillVariables:()=>void};
91+
92+
constMissingVariablesBanner:FC<MissingVariablesBannerProps>=({
9193
onFillVariables,
9294
})=>{
9395
return(

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp