Closed nkreeger closed 1 year ago
We've already started adding unit tests to some TF.js examples, e.g., https://github.com/tensorflow/tfjs-examples/blob/master/date-conversion-attention/model_test.js https://github.com/tensorflow/tfjs-examples/blob/master/date-conversion-attention/date_format_test.js
These tests are currently run manually. But running them automatically with Travis or other testing infra and adding more tests will be valuable.
Hi, @nkreeger
Apologize for the delayed response and I see in most of the tfjs-examples we have added unit tests for your reference I have added some references below and also we have updated our official documentation w.r.t tfjs-examples [here] (https://github.com/tensorflow/tfjs-examples), if have I missed something here please let me know ? and if we already taken care of this issue could you please close this issue ? Thank you!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you.
Closing as stale. Please @mention us if this needs more attention.
With the growth in the number of examples, we should start to implement some unit tests. This is going to require some discussion for implementing a solution for Node.js and browser examples.