DavidVentura / cam-reverse

42 stars 10 forks source link

CI tests fare failing (biting is not defined in fn.tests.js) #18

Closed adrcunha closed 2 months ago

adrcunha commented 2 months ago

Example:

https://github.com/DavidVentura/cam-reverse/actions/runs/8896395389/job/24428947521

Error:

1) parse packet
       parses PunchPkt:
     ReferenceError: bigint is not defined
      at Context.<anonymous> (file:///home/runner/work/cam-reverse/cam-reverse/tests/fn.test.js:138:18)
      at processImmediate (node:internal/timers:[46](https://github.com/DavidVentura/cam-reverse/actions/runs/8896395389/job/24428947521#step:6:47)6:21)

Line:

https://github.com/DavidVentura/cam-reverse/blob/690c1b41465866c874af4e2fcfa098776d7e541d/tests/fn.test.js#L138

Culprit:

https://github.com/DavidVentura/cam-reverse/commit/11ab1597f6a8359bdf656cd46fc44ab75198d796

DavidVentura commented 2 months ago

oops, fixed