Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "uvu", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"repository": "lukeed/uvu", | ||
@@ -5,0 +5,0 @@ "description": "uvu is an extremely fast and lightweight test runner for Node.js and the browser", |
@@ -23,2 +23,3 @@ const { resolve } = require('path'); | ||
if (tmp) return require(tmp); | ||
if (tmp = exists(resolve(name))) return require(tmp); | ||
throw new Error(`Cannot find module '${name}'`); | ||
@@ -25,0 +26,0 @@ }); |
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
41791
1014
9