Skip to content

Commit 98f1cc4

Browse files
craigtaubBamieh
authored andcommitted
tidy commits
1 parent 68147af commit 98f1cc4

File tree

2 files changed

+1
-22
lines changed

2 files changed

+1
-22
lines changed

test/integration/helpers.js

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -72,22 +72,6 @@ module.exports = {
7272
},
7373
runMochaJSONRaw: function(fixturePath, args, fn) {
7474
var path;
75-
<<<<<<< HEAD
76-
=======
77-
78-
path = resolveFixturePath(fixturePath);
79-
args = args || [];
80-
81-
return invokeSubMocha(args.concat(['--reporter', 'json', path]), function(
82-
err,
83-
resRaw
84-
) {
85-
if (err) return fn(err);
86-
87-
fn(null, resRaw);
88-
});
89-
},
90-
>>>>>>> 38bfa4e... use invoker
9175

9276
path = resolveFixturePath(fixturePath);
9377
args = args || [];
@@ -126,11 +110,6 @@ module.exports = {
126110
*/
127111
invokeMocha: invokeMocha,
128112

129-
/**
130-
* Same as above except mocha child process spawned is blocked on stdout stream
131-
*/
132-
invokeBlockingMocha: invokeBlockingMocha,
133-
134113
/**
135114
* Resolves the path to a fixture to the full path.
136115
*/

test/integration/options.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ describe('options', function() {
505505
});
506506
});
507507

508-
describe.only('--watch', function() {
508+
describe('--watch', function() {
509509
describe('with watch enabled', function() {
510510
it('should return correct output when watch process is terminated', function(done) {
511511
// After the process ends, this callback is ran

0 commit comments

Comments
 (0)