mirror of
https://github.com/badges/shields.git
synced 2025-11-06 14:09:31 +03:00
upgrade to prettier 2 (#5051)
* arrowParens: avoid * remove trailingComma setting
This commit is contained in:
@@ -14,9 +14,7 @@ t.create('implementation (not specified)')
|
||||
.get('/chai/1.1.2.json')
|
||||
.expectBadge({ label: 'implementation', message: 'cpython' })
|
||||
|
||||
t.create('implementation (invalid)')
|
||||
.get('/not-a-package.json')
|
||||
.expectBadge({
|
||||
label: 'implementation',
|
||||
message: 'package or version not found',
|
||||
})
|
||||
t.create('implementation (invalid)').get('/not-a-package.json').expectBadge({
|
||||
label: 'implementation',
|
||||
message: 'package or version not found',
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user