@cypress/angular
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -111,2 +111,3 @@ | ||
function bootstrapModule(component, config) { | ||
var _a; | ||
const testModuleMetaData = __rest(config, ["componentProperties"]); | ||
@@ -129,3 +130,3 @@ if (!testModuleMetaData.declarations) { | ||
// check if the component is a standalone component | ||
if (component.ɵcmp.standalone) { | ||
if ((_a = component.ɵcmp) === null || _a === void 0 ? void 0 : _a.standalone) { | ||
testModuleMetaData.imports.push(component); | ||
@@ -132,0 +133,0 @@ } |
{ | ||
"name": "@cypress/angular", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Test Angular Components using Cypress", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.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
20299
409