This commit is contained in:
2026-04-28 17:16:00 +02:00
parent 0191347312
commit 3cc11b68de
15 changed files with 115 additions and 153 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
import { html } from 'lit';
import { fixture, expect } from '@open-wc/testing';
import type { AppCfpodcasts } from '../src/app-index.js';
import '../src/app-cfpodcasts.js';
import type { AppCfpodcasts } from '../src/index.js';
import '../src/index.js';
describe('AppCfpodcasts', () => {
let element: AppCfpodcasts;