-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add tests for OMIS order activity (#7397)
* Tweak the order transformers * Add tests for order activities * Remove legacy OMIS activity code and other dead AS code
- Loading branch information
Showing
20 changed files
with
236 additions
and
475 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
95 changes: 0 additions & 95 deletions
95
src/client/components/ActivityFeed/activities/card/CardDetails.jsx
This file was deleted.
Oops, something went wrong.
36 changes: 0 additions & 36 deletions
36
src/client/components/ActivityFeed/activities/card/CardDetailsList.jsx
This file was deleted.
Oops, something went wrong.
86 changes: 0 additions & 86 deletions
86
src/client/components/ActivityFeed/activities/card/CardTable.jsx
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,2 @@ | ||
export { default as Card } from './Card' | ||
export { default as CardDetails } from './CardDetails' | ||
export { default as CardHeader } from './CardHeader' | ||
export { default as CardTable } from './CardTable' | ||
export { default as CardDetailsList } from './CardDetailsList' |
Oops, something went wrong.