Skip to content

Commit

Permalink
test: remove auth0 specific tests and update docs to reflect this (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
ergusto authored May 19, 2023
1 parent 67e2013 commit fdc9b05
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 109 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,7 @@ See [CONTRIBUTING.md](./CONTRIBUTING.md)

### Tests

Tests are currently split into **unit** and **integration**. Integration tests needs the following environment variables:

| Env var | |
| --------------------- | ----------------------------------------------------------- |
| `AUTH0_DOMAIN` | Auth0 dashboard -> application -> Settings -> Domain |
| `AUTH0_CLIENT_ID` | Auth0 dashboard -> application -> Settings -> Client ID |
| `AUTH0_CLIENT_SECRET` | Auth0 dashboard -> application -> Settings -> Client Secret |
| `AUTH0_API_AUDIENCE` | Auth0 application identifier |
Tests are currently split into **unit** and **integration** tests.

## License

Expand Down
101 changes: 0 additions & 101 deletions test-integration/auth0.integration.test.js

This file was deleted.

0 comments on commit fdc9b05

Please sign in to comment.