terra-markdown
Advanced tools
Comparing version 1.4.0 to 1.5.0
@@ -7,2 +7,7 @@ Changelog | ||
1.5.0 - (September 5, 2017) | ||
------------------ | ||
### Changed | ||
* Update nightwatch tests and test scripts. | ||
1.4.0 - (August 31, 2017) | ||
@@ -9,0 +14,0 @@ ------------------ |
{ | ||
"name": "terra-markdown", | ||
"main": "lib/Markdown.js", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"description": "terra-markdown", | ||
@@ -40,9 +40,6 @@ "repository": { | ||
"props-table": "echo \"props-table is not used here to avoid cyclical package dependencies\"", | ||
"test": "npm run test:nightwatch-default", | ||
"test:all": "npm run test:nightwatch-default && npm run test:nightwatch-chrome && npm run test:nightwatch-firefox && npm run test:nightwatch-safari", | ||
"test:nightwatch-default": "SPECTRE_TEST_SUITE=terra-props-table node ../../node_modules/terra-toolkit/lib/scripts/nightwatch.js", | ||
"test:nightwatch-chrome": "SPECTRE_TEST_SUITE=terra-props-table node ../../node_modules/terra-toolkit/lib/scripts/nightwatch.js chrome", | ||
"test:nightwatch-firefox": "SPECTRE_TEST_SUITE=terra-props-table node ../../node_modules/terra-toolkit/lib/scripts/nightwatch.js firefox", | ||
"test:nightwatch-safari": "SPECTRE_TEST_SUITE=terra-props-table node ../../node_modules/terra-toolkit/lib/scripts/nightwatch-non-parallel.js safari" | ||
"test": "npm run test:jest && npm run test:nightwatch", | ||
"test:jest": "$(cd ..; npm bin)/jest --config ../../jestconfig.json", | ||
"test:nightwatch": "$(cd ..; npm bin)/nightwatch -c ../../nightwatch.conf.js" | ||
} | ||
} |
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
17559