@gits-id/autocomplete
Advanced tools
Comparing version
{ | ||
"name": "@gits-id/autocomplete", | ||
"version": "0.10.10", | ||
"version": "0.10.11", | ||
"description": "GITS Autocomplete Component", | ||
"scripts": { | ||
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types", | ||
"prepublishOnly": "npm run build", | ||
"test": "vitest" | ||
}, | ||
"keywords": [ | ||
@@ -18,3 +13,3 @@ "autocomplete", | ||
"dependencies": { | ||
"@gits-id/button": "^0.10.10", | ||
"@gits-id/button": "^0.10.11", | ||
"@headlessui/vue": "^1.6.0", | ||
@@ -28,4 +23,4 @@ "feather-icons": "^4.28.0", | ||
"devDependencies": { | ||
"@gits-id/tailwind-config": "^0.10.10", | ||
"@gits-id/utils": "^0.10.10", | ||
"@gits-id/tailwind-config": "^0.10.11", | ||
"@gits-id/utils": "^0.10.11", | ||
"@vue/test-utils": "^2.0.0-rc.17", | ||
@@ -41,3 +36,7 @@ "c8": "^7.11.3", | ||
"types": "./dist/types/index.d.ts", | ||
"gitHead": "da3d0b6c17f2eccdfcaa73a803366eb47ae5293e" | ||
} | ||
"gitHead": "262e63ff9c3301948641b84ae8aeb76f2bf87463", | ||
"scripts": { | ||
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types", | ||
"test": "vitest" | ||
} | ||
} |
import {mount} from '@vue/test-utils'; | ||
import {describe, expect, test} from 'vitest'; | ||
import Autocomplete from './Autocomplete.vue'; | ||
import VAutocomplete from './VAutocomplete.vue'; | ||
describe('Autocomplete', () => { | ||
describe('VAutocomplete', () => { | ||
test('mount component', () => { | ||
expect(Autocomplete).toBeTruthy(); | ||
expect(VAutocomplete).toBeTruthy(); | ||
const wrapper = mount(Autocomplete, { | ||
const wrapper = mount(VAutocomplete, { | ||
props: { | ||
@@ -11,0 +11,0 @@ modelValue: undefined, |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
-100%51603
-0.07%Updated