Skip to content

Commit 8b98c85

Browse files
committed
added unit tests for extracting the patternfly css.
1 parent 314e880 commit 8b98c85

3 files changed

Lines changed: 501 additions & 4 deletions

File tree

src/pages/api/[version]/[section]/[page]/css.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ export const GET: APIRoute = async ({ params, url }) => {
1414
)
1515
}
1616

17-
// Get CSS tokens directly from the index
1817
try {
1918
const index = await fetchApiIndex(url)
2019
const pageKey = createIndexKey(version, section, page)

0 commit comments

Comments
 (0)