Skip to content

Commit

Permalink
Fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Apr 23, 2022
1 parent 1c0adb8 commit fca3f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ test('splits complex selectors into an array', () => {
])
})

test('isPureNumber', () => {
test('detects numbers', () => {
equal(utils.isPureNumber(42), true)
equal(utils.isPureNumber('42'), true)
equal(utils.isPureNumber('autoprefixer'), false)
Expand Down

0 comments on commit fca3f01

Please sign in to comment.