rolldown icon indicating copy to clipboard operation
rolldown copied to clipboard

npm package e2e test infra

Open Boshen opened this issue 1 year ago • 3 comments

We want a e2e test infra:

  • add a npm package
  • add an entry index.js
  • import the package
  • add asserts on the exported values from the package

Boshen avatar Jul 04 '24 09:07 Boshen

just found this repo, https://github.com/LeoDog896/npm-rank, maybe it is also useful for oxc.

IWANABETHATGUY avatar Jul 10 '24 03:07 IWANABETHATGUY

All setup is ready here https://github.com/oxc-project/monitor-oxc

Boshen avatar Jul 10 '24 04:07 Boshen

Runtime test is in https://github.com/oxc-project/monitor-oxc/blob/main/src/main.test.mjs

Boshen avatar Jul 21 '24 11:07 Boshen