All we need to do for React unit testing is: Write well-formed, isolated modules. Use Jasmine or Mocha tests (or whatever) to run functions. Use a test runner, ...
確定! 回上一頁