-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add support for opening channels and asserting on messages (#5)
* Overhauled the 'activeView' concept to support an 'activeScreen' * `getByText` and `interactWith` respect the active screen, and look through views or messages where appropriate * Added a buildTeam fixture generator * Documented the fixtures generator * Now supports mentioning the app in a message via `mentionApp({ channelId: string })`, which fires the app_mention event under the hood * Added tests for the `startServer` util and `getByText` method
- Loading branch information
1 parent
a803fb9
commit 5ec4c09
Showing
11 changed files
with
638 additions
and
89 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -6,4 +6,7 @@ node_modules | |
.DS_Store | ||
|
||
# Library | ||
dist | ||
dist | ||
|
||
# Jest | ||
coverage |
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
Oops, something went wrong.