Skip to content

Commit

Permalink
Merge pull request elastic#13 from Elastic-AWP-Platform/feature/sessi…
Browse files Browse the repository at this point in the history
…on-view
  • Loading branch information
opauloh authored Nov 29, 2021
2 parents 64f5b84 + fc0be8a commit cc106b6
Show file tree
Hide file tree
Showing 9 changed files with 2,277 additions and 1,004 deletions.
27 changes: 27 additions & 0 deletions x-pack/plugins/session_view/README.md
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/
```
Loading

0 comments on commit cc106b6

Please sign in to comment.