Skip to content

Commit

Permalink
refactor(web-test-runner): export initGenerator
Browse files Browse the repository at this point in the history
  • Loading branch information
robby rabbitman committed Jun 29, 2024
1 parent 177b5f3 commit f91d444
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/web-test-runner/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export { initGenerator as generator } from './generators/init';
export { initGenerator } from './generators/init';
export { createNodesV2 } from './plugin';

0 comments on commit f91d444

Please sign in to comment.