1{ 2 "spec_dir": "spec", 3 "spec_files": [ 4 "**/*[sS]pec.js" 5 ], 6 "helpers": [ 7 "../node_modules/@babel/register/lib/node.js" 8 ], 9 "stopSpecOnExpectationFailure": false, 10 "random": false 11}