Skip to content

Commit 737f404

Browse files
committed
Update test suite description
1 parent e69601c commit 737f404

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/interaction/src/lib/events.test.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { describe, it, expect, vi } from 'vitest'
2-
import type { Assert, Equal } from './test/utils.ts'
2+
33
import {
44
capture,
55
createContainer,
@@ -10,8 +10,9 @@ import {
1010
type Dispatched,
1111
type EventListeners,
1212
} from './events.ts'
13+
import type { Assert, Equal } from './test/utils.ts'
1314

14-
describe('interactions package', () => {
15+
describe('interaction', () => {
1516
describe('createContainer', () => {
1617
it('adds listeners to the target', () => {
1718
let target = new EventTarget()

0 commit comments

Comments
 (0)