mochiya98 / mocha-chai-jest-snapshot

provides snapshot testing like jest
MIT License
29 stars 5 forks source link

expected 'Array [\n "attaching eventData",\n …' to equal '' #18

Open chrisdobler opened 1 year ago

chrisdobler commented 1 year ago

Thank you for this module. Its really great.

I am having an issue running this module in Github Actions. When I run it on my local computer it works fine, but in Github Actions I get this

expected 'Array [\n  "attaching eventData",\n  …' to equal ''

It seems that the actual is correct but the expected is a blank string.

Any ideas what I could try to help me out?