Skip to content

Commit

Permalink
chore: add MTY24 option code
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jan 17, 2024
1 parent d50c2ff commit 079bdf1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ const MODEL_Y = [
['MTY09'],
['MTY11'],
['MTY14'],
['MTY20']
['MTY20'],
['MTY24']
]
],
['Performance', [['MTY04'], ['MTY05'], ['MTY10'], ['MTY12'], ['MTY21']]]
Expand Down
1 change: 1 addition & 0 deletions test/model-y.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ test('Model Y Long Range AWD', t => {
t.is(title({ optionCodes: ['MDLY', 'MTY11'] }), 'Long Range AWD')
t.is(title({ optionCodes: ['MDLY', 'MTY14'] }), 'Long Range AWD')
t.is(title({ optionCodes: ['MDLY', 'MTY20'] }), 'Long Range AWD')
t.is(title({ optionCodes: ['MDLY', 'MTY24'] }), 'Long Range AWD')
})

test('Model Y Performance', t => {
Expand Down

0 comments on commit 079bdf1

Please sign in to comment.