Skip to content

Commit

Permalink
feat: ✨ export newTournamentRecord via tournamentGovernor
Browse files Browse the repository at this point in the history
  • Loading branch information
CourtHive committed Mar 20, 2024
1 parent c75c760 commit 89d8b5c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/assemblies/governors/tournamentGovernor/generate.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { newTournamentRecord } from '@Generators/tournamentRecords/newTournamentRecord';
2 changes: 2 additions & 0 deletions src/assemblies/governors/tournamentGovernor/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
export * as generate from './generate';
export * as mutate from './mutate';
export * as query from './query';

export * from './generate';
export * from './mutate';
export * from './query';
3 changes: 2 additions & 1 deletion src/tests/global/missing.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ it.each([syncEngine, asyncEngine])(
[
'getParticipantResults',
'generateEventWithDraw',
'extractAttributes',
'newTournamentRecord',
'hasAttributeValues',
'extractAttributes',
'chunkSizeProfile',
'undefinedToNull',
'hasAttributes',
Expand Down

0 comments on commit 89d8b5c

Please sign in to comment.