prettier (#20)

This commit is contained in:
Konnor Rogers
2023-12-08 15:09:34 -05:00
committed by GitHub
parent d8b6db8c5b
commit 3f604fcee1
39 changed files with 196 additions and 126 deletions

View File

@@ -1,6 +1,6 @@
import '../../../dist/webawesome.js';
import { expect, fixture, html } from '@open-wc/testing';
import type WaQrCode from './qr-code';
import type WaQrCode from './qr-code.js';
const getCanvas = (qrCode: WaQrCode): HTMLCanvasElement => {
const possibleCanvas = qrCode.shadowRoot?.querySelector<HTMLCanvasElement>('.qr-code');