TestStatusSerializer.js 94 B

1234567
  1. module.exports = () => {
  2. return {
  3. key: "1",
  4. testCount: 10,
  5. passCount: 9
  6. };
  7. };