test.js 85 B

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