@lightningjs/ui-components-test-utils
Advanced tools
Comparing version 1.4.2 to 1.4.3
{ | ||
"name": "@lightningjs/ui-components-test-utils", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"description": "Helpful Jest unit test utilities for LightningJS applications utilizing the Lightning-UI-Components package.", | ||
@@ -37,3 +37,3 @@ "repository": { | ||
"dependencies": { | ||
"@lightningjs/ui-components": "^2.9.0" | ||
"@lightningjs/ui-components": "^2.9.1" | ||
}, | ||
@@ -40,0 +40,0 @@ "publishConfig": { |
@@ -33,3 +33,3 @@ /** | ||
async setup() { | ||
super.setup(); | ||
await super.setup(); // setup returns a promise | ||
// remove unnecessary console.error messages from image retrieval errors/broken images | ||
@@ -36,0 +36,0 @@ if (process.env.CI) { |
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
61470