Skip to content

Commit

Permalink
chore: add MT358
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jan 16, 2025
1 parent 286c467 commit 29084dc
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 @@ -81,7 +81,7 @@ const MODEL_X = [
]

const MODEL_3 = [
['', [['MT322'], ['MT351']]],
['', [['MT322'], ['MT351'], ['MT358']]],
['Standard Range', [['MT300']]],
[
'Standard Range Plus',
Expand Down
1 change: 1 addition & 0 deletions test/model-3.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const title = require('..')
test('Model 3', t => {
t.is(title({ optionCodes: ['MDL3', 'MT322'] }), '')
t.is(title({ optionCodes: ['MDL3', 'MT351'] }), '')
t.is(title({ optionCodes: ['MDL3', 'MT358'] }), '')
})

test('Model 3 Standard Range', t => {
Expand Down

0 comments on commit 29084dc

Please sign in to comment.