Skip to content

Commit

Permalink
Fix tests (#2022)
Browse files Browse the repository at this point in the history
* Add screen_view, ad_impression, campaign_details events to EventBuilder

* remove UA toggle

* update the react-spinner version

* remove unimplemented LineItem component

* Force Typography to use span tag instead of div to avoid compilation warnings. Remove duplicate code and fix tests by renaming labels...

* remove UA code and tests

* fix tests
  • Loading branch information
ikuleshov authored Sep 23, 2024
1 parent 67777f8 commit be3fd1e
Show file tree
Hide file tree
Showing 67 changed files with 30 additions and 18,733 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"react-helmet": "^6.1.0",
"react-icons": "^4.8.0",
"react-json-view": "^1.21.3",
"react-loader-spinner": "^5.3.4",
"react-loader-spinner": "^6.1.6",
"react-redux": "^8.0.5",
"react-syntax-highlighter": "^15.5.0",
"redux": "^4.2.1",
Expand Down
35 changes: 0 additions & 35 deletions src/components/AccountExplorer/HighlightText.tsx

This file was deleted.

281 changes: 0 additions & 281 deletions src/components/AccountExplorer/ViewTable.tsx

This file was deleted.

Loading

0 comments on commit be3fd1e

Please sign in to comment.