Skip to content

Commit d7784ba

Browse files
Add label to TestsSymbol
1 parent a65701f commit d7784ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library/testing.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { maybeCall, noop, randomUUID } from "./utilities.ts";
22
import { CustomElement, CustomElementConstructor, State } from "./component.ts";
33

4-
export const TestsSymbol = Symbol();
4+
export const TestsSymbol = Symbol.for("fc-tests");
55

66
export const constructComponent = <
77
S extends State,

0 commit comments

Comments
 (0)