Pytorch-NLU
Pytorch-NLU copied to clipboard
Data driven tests in Jest only show the last test in the group
Need to better support Jest data driven tests (.each on tests).
The optimal solution from that would be to generate unique test name using jest's mechanism, for example:
it.each([
['a', 1],
['b', 2],
])('%s %p Should add 4 todos',
As documented: https://jestjs.io/docs/en/api#testeachtablename-fn-timeout