forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request elastic#13 from Elastic-AWP-Platform/feature/sessi…
…on-view
- Loading branch information
Showing
9 changed files
with
2,277 additions
and
1,004 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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Session View | ||
|
||
Welcome to the Kibana Security Solution plugin! This README will go over getting started with development and testing. | ||
|
||
## Development | ||
|
||
## Tests | ||
|
||
### Unit tests | ||
|
||
From kibana path in your terminal go to this plugin root: | ||
|
||
```bash | ||
cd x-pack/plugins/session_view | ||
``` | ||
|
||
Then run jest with: | ||
|
||
```bash | ||
yarn test:jest | ||
``` | ||
|
||
Or if running from kibana root, you can specify the `-i` to specify the path: | ||
|
||
```bash | ||
yarn test:jest -i x-pack/plugins/session_view/ | ||
``` |
Oops, something went wrong.