Skip to content

Commit 8b7cd56

Browse files
committed
explain disable of CLI check
1 parent 3a94c57 commit 8b7cd56

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.js

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ var serializeError = require('destroy-circular');
55
var Runner = require('./lib/runner');
66
var runner = new Runner();
77

8+
// I disabled this check because it's handy for debugging to be able to launch a test without forking the process.
9+
// TODO: Provide a Warning instead of an Error
10+
// TODO: Abstract away process.send into its own ipc module
811
/*
912
var chalk = require('chalk');
1013
var relative = require('path').relative;

0 commit comments

Comments
 (0)