Skip to content

Commit

Permalink
Add to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
joshhanley committed Jul 16, 2024
1 parent d320f03 commit c194b9f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,10 @@ In addition, the package provides the following:
- `assertHasClasses('@selector', ['class1', 'class2', 'class3'])`
- `assertHasOnlyClasses('@selector', ['class1', 'class2', 'class3'])`
- `assertMissingClasses('@selector', ['class1', 'class2', 'class3'])`
- `assertConsoleLogHasErrors()`
- `assertConsoleLogMissingErrors()`
- `assertConsoleLogHasError($message)`
- `assertConsoleLogMissingError($message)`

## Demo Package

Expand Down

0 comments on commit c194b9f

Please sign in to comment.