Improve device detection: OnePlus

This commit is contained in:
Faisal Salman
2025-05-12 21:10:55 +07:00
parent 3d6e326f49
commit 466a8b26be
5 changed files with 230 additions and 32 deletions

View File

@@ -470,7 +470,7 @@ describe('Identify vendor & type of device from given model name', () => {
{
model: 'CPH2389',
expect: {
vendor : 'OPPO',
vendor : 'OnePlus',
type : 'mobile'
}
},