Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLeif authored Nov 7, 2024
1 parent 1447b11 commit e82a0bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ Mocked is a Swift 6 compiler macro that automatically generates mock implementat
- **Configurable Behavior**: Easily override behavior by providing closures during initialization of the mock.
- **Support for Associated Types**: The `Mocked` macro handles protocols with associated types using generics.
- **Automatic Detection of Class Requirements**: If the protocol conforms to `AnyObject`, a class is generated instead of a struct, maintaining reference semantics.
- **Automatic Default Property Implementations**: Properties are backed by straightforward storage for easy access and modification.

## Installation

Expand Down

0 comments on commit e82a0bd

Please sign in to comment.