test.js 84 B

12345
  1. const jest = require('jest');
  2. const argv = process.argv.slice(2);
  3. jest.run(argv);