You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working on #271 I had to update one of the testdata files in the internal/driver directory. The folder didn't contain any instruction about how to update them.
Do you think that it would be worth creating a way to easily updating the files? Different snapshot testing libraries offer some flags that you can set so that they update the snapshots for you. Would this be useful if added?
I have hacked together a first draft for this while trying to update the file I had to change in order to make tests pass for #271. This codes lives on a branch on my machine, let me know if you are interested in discussing this further 😄
The text was updated successfully, but these errors were encountered:
While working on #271 I had to update one of the testdata files in the internal/driver directory. The folder didn't contain any instruction about how to update them.
Do you think that it would be worth creating a way to easily updating the files? Different snapshot testing libraries offer some flags that you can set so that they update the snapshots for you. Would this be useful if added?
I have hacked together a first draft for this while trying to update the file I had to change in order to make tests pass for #271. This codes lives on a branch on my machine, let me know if you are interested in discussing this further 😄
The text was updated successfully, but these errors were encountered: