ecomfe / echarts-stat

Statistics tool for Apache ECharts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

【建议】单测 + 移除 define

hustcc opened this issue · comments

  • 这个模块是一个纯 js 数学统计和计算的模块,应该需要一个单测来保证代码的正确性。
  • 移除 define 定义文件模块的方式,通过打包,生成最终的 dist 支持 amd(这个也是因为在 jest 环境无法引入 amd 模块文件,无法进行测试)。

单测是一直想加的,苦于没有时间,也欢迎大佬给我们提 PR

见 pr #10.