chore: Migrate from @lit-labs/task to @lit/task (#2704)

- Closes: #2703
This commit is contained in:
Dermot Duffy
2026-08-22 14:15:07 -07:00
committed by GitHub
parent 0aebf3c484
commit 60e01cf537
8 changed files with 61 additions and 37 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import type { Task } from '@lit-labs/task';
import type { Task } from '@lit/task';
import { html, render, type TemplateResult } from 'lit';
import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest';
import { mock } from 'vitest-mock-extended';