Skip to content

Commit

Permalink
chore: add MTY33
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed May 18, 2024
1 parent 963aced commit 1ac34ae
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 @@ -144,7 +144,8 @@ const MODEL_Y = [
['MTY14'],
['MTY20'],
['MTY24'],
['MTY27']
['MTY27'],
['MTY33']
]
],
[
Expand Down
1 change: 1 addition & 0 deletions test/model-y.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ test('Model Y Long Range AWD', t => {
t.is(title({ optionCodes: ['MDLY', 'MTY20'] }), 'Long Range AWD')
t.is(title({ optionCodes: ['MDLY', 'MTY24'] }), 'Long Range AWD')
t.is(title({ optionCodes: ['MDLY', 'MTY27'] }), 'Long Range AWD')
t.is(title({ optionCodes: ['MDLY', 'MTY33'] }), 'Long Range AWD')
})

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

0 comments on commit 1ac34ae

Please sign in to comment.