terra-disclosure-manager
Advanced tools
Comparing version 4.30.0 to 4.31.0
@@ -6,2 +6,8 @@ ChangeLog | ||
---------- | ||
4.31.0 - (February 18, 2020) | ||
------------------ | ||
### Added | ||
* Added generated-themes to .npmignore | ||
4.30.0 - (February 4, 2020) | ||
@@ -8,0 +14,0 @@ ------------------ |
{ | ||
"name": "terra-disclosure-manager", | ||
"main": "lib/DisclosureManager.js", | ||
"version": "4.30.0", | ||
"version": "4.31.0", | ||
"description": "A stateful component used to manage disclosure presentation.", | ||
@@ -43,3 +43,3 @@ "repository": { | ||
}, | ||
"gitHead": "19f601ac23a4aa0d1951cccf3cb8f2e45d0482c7" | ||
"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
172077