iTwin / eslint-plugin

MIT License
0 stars 0 forks source link

E2e tests for no-internal rule covering npm, pnpm, rush #35

Open MichaelBelousov opened 1 year ago

MichaelBelousov commented 1 year ago
  1. Add an "e2e" test that spins up a (verdaccio) local npm registry,
  2. publish the test fixture fake dependency packages (with fake @internal APIs) to that registry
  3. have pnpm, rush, npm, (yarn?) etc all independently used to install the fake dependencies packages for the test fixture, and then run the no-internal tests on each linked workspace.