Commit 5225820
committed
fix: add HTMLElementTypesFoundation dependency to HTMLElementTypes tests
The HTMLElementTypes Tests target was importing HTMLElementTypesFoundation
but the dependency was not declared in Package.swift, causing compile errors.
Fixes compile error: no such module 'HTMLElementTypesFoundation'1 parent 653024c commit 5225820
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
| 77 | + | |
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
| |||
0 commit comments