UNPKG

jsmp-infra-plotnikov

Version:

jsmp test package that contains some mutations

10 lines (7 loc) 157 B
import runArrayTests from './array.spec'; import runStringTests from './string.spec'; const run = () => { runArrayTests(); runStringTests(); }; run();