Skip to content

Commit

Permalink
chore: add MTX18 option code
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jan 17, 2024
1 parent 0a51ed4 commit 91ea8ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const MODEL_X = [
['Long Range', [['MTX03'], ['MTX10']]],
['Long Range Plus', [['MTX05'], ['MTX07']]],
['Performance', [['MTX04'], ['MTX06'], ['MTX08']]],
['', [['MTX12'], ['MTX13'], ['MTX15']]],
['', [['MTX12'], ['MTX13'], ['MTX15'], ['MTX18']]],
['Plaid', [['MTX11'], ['MTX14'], ['MTX16']]],
['Plaid+', [['MTX09']]]
]
Expand Down
1 change: 1 addition & 0 deletions test/model-x.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ test('Model X', t => {
t.is(title({ optionCodes: ['MDLX', 'MTX12'] }), '')
t.is(title({ optionCodes: ['MDLX', 'MTX13'] }), '')
t.is(title({ optionCodes: ['MDLX', 'MTX15'] }), '')
t.is(title({ optionCodes: ['MDLX', 'MTX18'] }), '')
})

test('Model X Plaid', t => {
Expand Down

0 comments on commit 91ea8ee

Please sign in to comment.