Have you considered adding snapshot testing to Luna? Since it's becoming an increasingly more popular test method, I was wondering if there was a way to bring that functionality to this framework. I was looking into just implementing it myself in my own tests using snap-shot-core and some other libraries, but I was thinking it would be nice if the t test function parameter also had a snapshot method in addition to assert.
However, I felt like that would interrupt some of the simplicity of what you're aiming for with Luna. Your thoughts?
Have you considered adding snapshot testing to Luna? Since it's becoming an increasingly more popular test method, I was wondering if there was a way to bring that functionality to this framework. I was looking into just implementing it myself in my own tests using snap-shot-core and some other libraries, but I was thinking it would be nice if the
ttest function parameter also had asnapshotmethod in addition toassert.However, I felt like that would interrupt some of the simplicity of what you're aiming for with Luna. Your thoughts?