@betterer/betterer
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -6,2 +6,4 @@ "use strict"; | ||
function registerExtensions() { | ||
// Get the original JS module require: | ||
var JS = require.extensions[constants_1.JS_EXTENSION]; | ||
// Use TS-Node register to allow `.betterer.ts` config files: | ||
@@ -11,3 +13,3 @@ ts_node_1.register(); | ||
require.extensions[constants_1.RESULTS_EXTENTION] = function (m, filePath) { | ||
require.extensions[constants_1.JS_EXTENSION](m, filePath); | ||
JS(m, filePath); | ||
}; | ||
@@ -14,0 +16,0 @@ } |
{ | ||
"name": "@betterer/betterer", | ||
"description": "Main engine for runing betterer tests", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"license": "MIT", | ||
@@ -35,3 +35,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "88aee32083120110d1a164376fc2a5fcfdd61a1d" | ||
"gitHead": "886aea9fb40f16561fa85f59201adf9bb240083b" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
47272
632