@applitools/utils
Advanced tools
Comparing version 1.3.9 to 1.3.10
{ | ||
"name": "@applitools/utils", | ||
"version": "1.3.9", | ||
"version": "1.3.10", | ||
"keywords": [ | ||
@@ -21,3 +21,3 @@ "applitools", | ||
"url": "git://github.com/applitools/eyes.sdk.javascript1.git", | ||
"directory": "packages/utils" | ||
"directory": "js/packages/utils" | ||
}, | ||
@@ -51,3 +51,5 @@ "license": "SEE LICENSE IN LICENSE", | ||
"build": "tsc", | ||
"test": "mocha ./test/**/*.spec.ts --no-timeouts -r ts-node/register", | ||
"test": "yarn test:unit", | ||
"test:sanity": "test:unit", | ||
"test:unit": "mocha ./test/unit/*.spec.ts --no-timeouts -r ts-node/register", | ||
"deps": "bongo deps", | ||
@@ -65,3 +67,3 @@ "preversion": "bongo preversion && yarn build", | ||
"devDependencies": { | ||
"@applitools/bongo": "^2.1.5", | ||
"@applitools/bongo": "^2.1.6", | ||
"@types/mocha": "^9.1.1", | ||
@@ -68,0 +70,0 @@ "@types/node": "12", |
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
61313