chai-http icon indicating copy to clipboard operation
chai-http copied to clipboard

move to ESM (Chai 5)

Open Trickfilm400 opened this issue 1 year ago • 17 comments

Changes

  • Project files now use import / export syntax

Current Issues

  • currently not usable because chai.request stays undefined after chai.use and I don't know why (I appreciate any help :) )
    • I guess because require has a different behaviour than any import syntax
  • tests are because of this not working and need to be fixed

Trickfilm400 avatar Aug 22 '23 21:08 Trickfilm400