Skip to content

Commit

Permalink
fix: add test element
Browse files Browse the repository at this point in the history
  • Loading branch information
yasha-black committed Mar 24, 2023
1 parent 098c3b1 commit 33fc6d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/primitives.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ export enum ElementName {
tokenTo = 'token-to',
tokenX = 'token-x',
tokenY = 'token-y',

// For tests
someElement = 'some-element',
}

0 comments on commit 33fc6d7

Please sign in to comment.