Skip to content

Commit

Permalink
chore: add MTS21
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Nov 23, 2024
1 parent 78d7b3c commit c60d66f
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 @@ -48,7 +48,7 @@ const MODEL_S = [
['Performance', [['MTS04'], ['MTS06'], ['MTS08']]],
['Long Range Plus', [['MTS07']]],
['', [['MTS13'], ['MTS18']]],
['Plaid', [['MTS11'], ['MTS12'], ['MTS14'], ['MTS19']]],
['Plaid', [['MTS11'], ['MTS12'], ['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 @@ -106,6 +106,7 @@ test('Model S Plaid', t => {
t.is(title({ optionCodes: ['MDLS', 'MTS12'] }), 'Plaid')
t.is(title({ optionCodes: ['MDLS', 'MTS14'] }), 'Plaid')
t.is(title({ optionCodes: ['MDLS', 'MTS19'] }), 'Plaid')
t.is(title({ optionCodes: ['MDLS', 'MTS21'] }), 'Plaid')
})

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

0 comments on commit c60d66f

Please sign in to comment.