mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Use spec reporter to know which specs hang
This commit is contained in:
@@ -7,7 +7,7 @@ import {assert} from 'chai'
|
||||
export default function (testPaths) {
|
||||
global.assert = assert
|
||||
|
||||
const mocha = new Mocha({reporter: 'dot'})
|
||||
const mocha = new Mocha({reporter: 'spec'})
|
||||
for (let testPath of testPaths) {
|
||||
if (fs.isDirectorySync(testPath)) {
|
||||
for (let testFilePath of fs.listTreeSync(testPath)) {
|
||||
|
||||
Reference in New Issue
Block a user