Skip to content

Commit

Permalink
Remove frontend js unit tests as not planned
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-i committed Aug 29, 2023
1 parent 04324c1 commit 040515a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
11 changes: 0 additions & 11 deletions packages/jupyter-ai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,17 +122,6 @@ To execute them, run:
pytest -vv -r ap --cov jupyter_ai
```

#### Frontend tests

This extension is using [Jest](https://jestjs.io/) for JavaScript code testing.

To execute them, execute:

```sh
jlpm
jlpm test
```

#### Integration tests

This extension uses [Playwright](https://playwright.dev/docs/intro/) for the integration tests (aka user level tests).
Expand Down
9 changes: 0 additions & 9 deletions packages/jupyter-ai/src/__tests__/jupyter_gai.spec.ts

This file was deleted.

0 comments on commit 040515a

Please sign in to comment.