@nebula.js/cli-create
Advanced tools
Comparing version 0.1.0-alpha.23 to 0.1.0-alpha.24
{ | ||
"name": "@nebula.js/cli-create", | ||
"version": "0.1.0-alpha.23", | ||
"version": "0.1.0-alpha.24", | ||
"description": "", | ||
@@ -30,3 +30,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "2686c30f0438b9d6dd3781db11c305cdf3495991" | ||
"gitHead": "c7af363ea4b8ac4200e2ded0074801c1dcd1c489" | ||
} |
@@ -16,3 +16,3 @@ describe('interaction', () => { | ||
await page.waitFor(100); // wait a bit to make sure websocket traffic has gone through | ||
await page.waitForFunction(selector => document.querySelectorAll(selector).length === 2, {}, 'rect[data-label]'); | ||
@@ -19,0 +19,0 @@ const rects = await page.$$eval('rect[data-label]', sel => sel.map(r => r.getAttribute('data-label'))); |
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
21341