Skip to content

Commit

Permalink
test: Remove deleted function from exports test
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmilton committed Jul 8, 2023
1 parent 12f375b commit c5dae47
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/exports.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ describe('index', (test) => {
['append', 'Function'],
['prepend', 'Function'],
['onNodeRemove', 'Function'],

// FIXME: EXPERIMENTAL ; REMOVE!!
['hf', 'Function'],
] as const;

for (const [name, type] of PUBLIC_EXPORTS) {
Expand Down

0 comments on commit c5dae47

Please sign in to comment.