import { readFileSync } from 'node:fs' import { describe, expect, it } from 'vitest' const source = readFileSync( new URL('./EasyShareSheet.vue', import.meta.url), 'utf8', ) describe('EasyShareSheet Sky UI contract', () => { it('uses the first-party bottom sheet without Konsta markup', () => { expect(source).not.toContain("from 'konsta/vue'") expect(source).not.toMatch(/<\/?k-[a-z]/) expect(source).toContain('