Algorithm tests don't (yet) demonstrate knowledge of real world testing.
EX: testPalidrome re-uses production code the FCC website uses to test a particular coding solution. Copy and pasting from it doesn't make sense... A real test has test suite, test name, arrangements, actions, and assertions, all in a formal generic manner.
^^ Mr. Hai
We must migrate algorithm testing into a test suite with names, arrangements, actions, and assertions.
Jest is a popular library for this.
Algorithm tests don't (yet) demonstrate knowledge of real world testing.
EX:
testPalidromere-uses production code the FCC website uses to test a particular coding solution. Copy and pasting from it doesn't make sense... A real test has test suite, test name, arrangements, actions, and assertions, all in a formal generic manner.^^ Mr. Hai
We must migrate algorithm testing into a test suite with names, arrangements, actions, and assertions.
Jest is a popular library for this.