Skip to content

Commit

Permalink
♻️ (typescript) ported TransactionsTable.test to TS (#4108)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatissJanis authored Jan 14, 2025
1 parent 5d91d29 commit b92fa70
Show file tree
Hide file tree
Showing 14 changed files with 225 additions and 246 deletions.
4 changes: 4 additions & 0 deletions packages/desktop-client/globals.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ declare module 'react' {
// eslint-disable-next-line @typescript-eslint/consistent-type-definitions, @typescript-eslint/no-empty-object-type
interface CSSProperties extends CSSObject {}
}

declare global {
function __resetWorld(): void;
}
2 changes: 0 additions & 2 deletions packages/desktop-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@
"i18next-parser": "^9.0.0",
"i18next-resources-to-backend": "^1.2.1",
"inter-ui": "^3.19.3",
"jest": "^27.5.1",
"jest-watch-typeahead": "^2.2.2",
"lodash": "^4.17.21",
"mdast-util-newline-to-break": "^2.0.0",
"memoize-one": "^6.0.0",
Expand Down
Loading

0 comments on commit b92fa70

Please sign in to comment.