We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9089561 commit c58ba90Copy full SHA for c58ba90
index.js
@@ -10,9 +10,7 @@ globals.forEach(function(global) {
10
events = require('microee');
11
_ = require('underscore');
12
13
-module.exports = triflow = (typeof process != 'undefined' &&
14
- process.env && process.env.NODE_COVERAGE ?
15
- require("./coverage") : require("./src"));
+module.exports = triflow = require("./src");
16
17
globals.forEach(function(global) {
18
if (global in globalValues) self[global] = globalValues[global];
0 commit comments