Skip to content

Commit

Permalink
only export robot state fixtures outside of SG
Browse files Browse the repository at this point in the history
  • Loading branch information
shlokamin committed Mar 1, 2024
1 parent 20504ec commit cd2348d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion step-generation/src/fixtures/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * from './commandFixtures'
export * from './robotStateFixtures'
export * from './commandFixtures'
2 changes: 1 addition & 1 deletion step-generation/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ export * from './robotStateSelectors'
export * from './types'
export * from './constants'
export * from './getNextRobotStateAndWarnings'
export * from './fixtures'
export * from './fixtures/robotStateFixtures'

0 comments on commit cd2348d

Please sign in to comment.