jest-watcher
Advanced tools
Comparing version 23.1.0 to 23.2.0
@@ -27,3 +27,4 @@ 'use strict'; | ||
} | ||
} /** | ||
} | ||
/** | ||
* Copyright (c) 2014-present, Facebook, Inc. All rights reserved. | ||
@@ -30,0 +31,0 @@ * |
@@ -20,3 +20,4 @@ 'use strict'; | ||
(_chalk || _load_chalk()).default.reset(str.slice(start, end)) + | ||
(_chalk || _load_chalk()).default.dim(str.slice(end)); /** | ||
(_chalk || _load_chalk()).default.dim(str.slice(end)); | ||
/** | ||
* Copyright (c) 2014-present, Facebook, Inc. All rights reserved. | ||
@@ -23,0 +24,0 @@ * |
{ | ||
"name": "jest-watcher", | ||
"description": "Delightful JavaScript Testing.", | ||
"version": "23.1.0", | ||
"version": "23.2.0", | ||
"main": "build/index.js", | ||
@@ -6,0 +6,0 @@ "dependencies": { |
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
555