Integration Tests (#33)
* test: add the tests * ci: enable integration test * ci: always run integration tests * ci: build integration tests deps * ci: cache integration test deps * ci: properly cache yarn deps * fix(integration-tests): clone the provider instead of referencing Otherwise it interferes with test isolation * chore: yarn lint
Showing
| ... | ... | @@ -3,7 +3,8 @@ |
| "version": "1.0.0", | ||
| "license": "MIT", | ||
| "workspaces": [ | ||
| "packages/*" | ||
| "packages/*", | ||
| "integration-tests" | ||
| ], | ||
| "private": true, | ||
| "devDependencies": { | ||
| ... | ... |
This diff is collapsed.
Please register or sign in to comment