Skip to content

Commit

Permalink
Fix types for [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Nov 27, 2024
1 parent 73fd802 commit 5115d27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sanitize-schema/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ assert(defaultSchema.attributes)
assert(defaultSchema.tagNames)

/**
* @satisfies {Schema}
* @type {Schema}
*/
export const sanitizeSchema = {
...defaultSchema,
Expand Down
1 change: 1 addition & 0 deletions packages/sanitize-schema/test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ test('fixtures', async function (t) {
}

const attributes = [...all].sort().join(' ')
assert(sanitizeSchema.tagNames)

for (const tagName of sanitizeSchema.tagNames) {
await fs.writeFile(
Expand Down

0 comments on commit 5115d27

Please sign in to comment.