1. 11 9月, 2020 2 次提交
  2. 10 9月, 2020 3 次提交
  3. 02 9月, 2020 2 次提交
    • T
      e664ee58
    • T
      feat: migrate unit tests to Jest (#6353) · 1a27c0a8
      Tim Lai 提交于
      * config(jest): updated setup
      * config(jest): update testMatch to include jsx files
      * config(jest): add transformIgnorePatterns
      * config(jest): update ignore files that do not work in jest yet
      * config: add test:unit-jest to test script
      
      * fix(jest): lint with eslint-plugin-jest
      
      * refactor(jest): move unit test directory
      * refactor(mocha): restore mocha tests that fail in jest
      
      * docs(jest): update helpful scripts with test:unit-jest
      1a27c0a8
  4. 28 8月, 2020 2 次提交
  5. 25 8月, 2020 1 次提交
  6. 21 8月, 2020 2 次提交
  7. 20 8月, 2020 1 次提交
  8. 19 8月, 2020 6 次提交
  9. 18 8月, 2020 1 次提交
  10. 15 8月, 2020 2 次提交
  11. 14 8月, 2020 2 次提交
    • T
      fix: remove missing script references (#6300) · b579c713
      Tim Lai 提交于
      b579c713
    • T
      feat(build): es2015 bundle artifact (#6291) · 2eaa6c10
      Tim Lai 提交于
      * es2015 bundle with dependencies via npm script build:es:bundle
      * es2015 bundle without dependencies via npm script build:es:bundle
      * jest dependency for test:artifact
      * migrate babel.config.json to babel.config.js and maintain env support for commonjs and es2015
      * remove polyfill
      * fix es syntax: replace module.exports with export
      * fix es syntax: remove .jsx extension inside import
      2eaa6c10
  12. 31 7月, 2020 2 次提交
  13. 29 7月, 2020 1 次提交
  14. 25 7月, 2020 5 次提交
  15. 23 7月, 2020 2 次提交
  16. 22 7月, 2020 1 次提交
  17. 21 7月, 2020 1 次提交
    • T
      build(webpack): bundle size optimization for lodash (#6244) · d12662e3
      Tim Lai 提交于
      * add duplicate code detection check for general purpose use
      * webpack alias for lodash
      * redux and react-redux dependency bump that removes lodash dependencies
      * lodash version match with swagger-client and recent security update
      * additional webpack config to help reduce build sizes
      * restore max bundle size back to 1024000
      d12662e3
  18. 18 7月, 2020 2 次提交
  19. 17 7月, 2020 2 次提交