Skip to content

Commit

Permalink
chore: add MTS20
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Feb 26, 2025
1 parent 0b811b3 commit e7530f1
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 @@ -47,7 +47,7 @@ const MODEL_S = [
['Long Range', [['MTS03'], ['MTS05'], ['MTS10']]],
['Performance', [['MTS04'], ['MTS06'], ['MTS08']]],
['Long Range Plus', [['MTS07']]],
['', [['MTS12'], ['MTS13'], ['MTS18']]],
['', [['MTS12'], ['MTS13'], ['MTS18'], ['MTS20']]],
['Plaid', [['MTS11'], ['MTS14'], ['MTS19'], ['MTS21']]],
['Plaid+', [['MTS09']]]
]
Expand Down
1 change: 1 addition & 0 deletions test/model-s.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ test('Model S', t => {
t.is(title({ optionCodes: ['MDLS', 'MTS12'] }), '')
t.is(title({ optionCodes: ['MDLS', 'MTS13'] }), '')
t.is(title({ optionCodes: ['MDLS', 'MTS18'] }), '')
t.is(title({ optionCodes: ['MDLS', 'MTS20'] }), '')
})

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

0 comments on commit e7530f1

Please sign in to comment.