@applitools/snippets
Advanced tools
Comparing version 2.4.15 to 2.4.16
{ | ||
"name": "@applitools/snippets", | ||
"version": "2.4.15", | ||
"version": "2.4.16", | ||
"repository": { | ||
@@ -21,7 +21,7 @@ "type": "git", | ||
"build:watch": "node ./rollup/cli watch --format snippet", | ||
"test": "mocha --no-timeouts --require test/util/hook.js ./test/*.spec.js", | ||
"test": "node ../../node_modules/.bin/mocha './test/*.spec.js' -r ./test/util/hook.js", | ||
"test:chrome": "MOCHA_GROUP=chrome node ../../node_modules/.bin/mocha './test/*.spec.js' --grep chrome -r ./test/util/hook.js", | ||
"test:ie": "MOCHA_GROUP=ie node ../../node_modules/.bin/mocha './test/*.spec.js' --grep 'internet explorer' -r ./test/util/hook.js", | ||
"test:ios": "MOCHA_GROUP=ios node ../../node_modules/.bin/mocha './test/*.spec.js' --grep 'ios safari' -r ./test/util/hook.js", | ||
"test:sanity": "yarn test:chrome", | ||
"test:chrome": "mocha --no-timeouts --require test/util/hook.js --grep chrome ./test/*.spec.js", | ||
"test:ie": "mocha --no-timeouts --require test/util/hook.js --grep 'internet explorer' ./test/*.spec.js", | ||
"test:ios": "mocha --no-timeouts --require test/util/hook.js --grep 'ios safari' ./test/*.spec.js", | ||
"deps": "bongo deps", | ||
@@ -34,3 +34,3 @@ "preversion": "bongo preversion", | ||
"devDependencies": { | ||
"@applitools/bongo": "^2.2.2", | ||
"@applitools/bongo": "^2.2.5", | ||
"@babel/core": "^7.11.6", | ||
@@ -46,3 +46,2 @@ "@babel/preset-env": "^7.11.5", | ||
"glob": "^7.1.6", | ||
"mocha": "^8.1.3", | ||
"playwright": "1.27.1", | ||
@@ -49,0 +48,0 @@ "prettier": "1.19.0", |
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
35157
17