@patternfly/create-element
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -8,3 +8,2 @@ import { generateElement, PackageJSONError } from './generator/element.js'; | ||
const ERR_BAD_CE_TAG_NAME = 'Custom element tag names must contain a hyphen (-)'; | ||
const b = Chalk.cyanBright; | ||
/** generated at https://dom111.github.io/image-to-ansi/ */ | ||
@@ -11,0 +10,0 @@ function banner() { |
{ | ||
"name": "@patternfly/create-element", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Scaffold web components monorepos based on PatternFly Elements", | ||
@@ -5,0 +5,0 @@ "author": "Benny Powers <bennyp@redhat.com>", |
@@ -17,2 +17,2 @@ {% renderOverview %} | ||
{% renderCssParts %}{% endrenderCssParts %} | ||
{% renderCssParts %}{% endrenderCssParts %} |
@@ -8,2 +8,6 @@ import { expect, html } from '@open-wc/testing'; | ||
let element: <%= className %>; | ||
it('imperatively instantiates', function() { | ||
expect(document.createElement('<%= tagName %>')).to.be.an.instanceof(<%= className %>); | ||
}); | ||
it('should upgrade', async function() { | ||
@@ -10,0 +14,0 @@ element = await createFixture<<%= className %>>(html`<<%= tagName %>></<%= tagName %>>`); |
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
25491
460