We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a94c57 commit 8b7cd56Copy full SHA for 8b7cd56
index.js
@@ -5,6 +5,9 @@ var serializeError = require('destroy-circular');
5
var Runner = require('./lib/runner');
6
var runner = new Runner();
7
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
11
/*
12
var chalk = require('chalk');
13
var relative = require('path').relative;
0 commit comments