terra-slide-panel
Advanced tools
Comparing version 3.22.0 to 3.23.0
@@ -7,2 +7,7 @@ Changelog | ||
3.23.0 - (February 18, 2020) | ||
------------------ | ||
### Added | ||
* Added clinical-lowlight-theme theming files | ||
3.22.0 - (January 28, 2020) | ||
@@ -9,0 +14,0 @@ ------------------ |
{ | ||
"name": "terra-slide-panel", | ||
"main": "lib/SlidePanel.js", | ||
"version": "3.22.0", | ||
"version": "3.23.0", | ||
"description": "The Terra SlidePanel component is a progressive disclosure mechanism that allows additional content to be shown and hidden in a variety of ways.", | ||
@@ -44,6 +44,7 @@ "repository": { | ||
"wdio-default": "cd ../.. && npx wdio ./packages/$npm_package_name/wdio.conf.js", | ||
"wdio-lowlight": "cd ../.. && THEME=clinical-lowlight-theme npx wdio ./packages/$npm_package_name/clinical-lowlight-wdio.conf.js", | ||
"wdio-fusion": "cd ../.. && THEME=orion-fusion-theme npx wdio ./packages/$npm_package_name/wdio.conf.js", | ||
"wdio": "npm run wdio-default && npm run wdio-fusion" | ||
"wdio": "npm run wdio-default && npm run wdio-lowlight && npm run wdio-fusion" | ||
}, | ||
"gitHead": "126c848e8b84b82e90af3f75fbe1b2d28a36296f" | ||
"gitHead": "05651a5eb143e22525ba00861e815b1360c0549e" | ||
} |
const path = require('path'); | ||
const wdioConf = require('../../node_modules/terra-toolkit/config/wdio/wdio.conf'); | ||
wdioConf.config.specs = [path.join(__dirname, 'test*', 'wdio', '**', '*-spec.js')]; | ||
wdioConf.config.specs = [path.join(__dirname, 'tests', 'wdio', '**', '*-spec.js')]; | ||
exports.config = wdioConf.config; |
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
105102
55
1531