@phila/phila-ui
Advanced tools
Comparing version 2.1.0-beta.8 to 2.1.0-beta.9
{ | ||
"name": "@phila/phila-ui", | ||
"version": "2.1.0-beta.8", | ||
"version": "2.1.0-beta.9", | ||
"description": "Phila-UI: City of Philadelphia Components Library", | ||
@@ -5,0 +5,0 @@ "author": "City of Philadelphia", |
@@ -32,3 +32,4 @@ export async function testBasicAttrs(wrapper, expect, attrs, inputTag = 'input') { | ||
expect(wrapper.emitted().input).toBeTruthy(); | ||
expect(wrapper.emitted().input[0]).toEqual([ testUpdateValue ]); | ||
// Make sure the first parameter is always the input value. | ||
expect(wrapper.emitted().input[0][0]).toEqual(testUpdateValue); | ||
} | ||
@@ -35,0 +36,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
141
3269475
43580