Skip to content

Commit fca3f01

Browse files
committed
Fix test name
1 parent 1c0adb8 commit fca3f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ test('splits complex selectors into an array', () => {
111111
])
112112
})
113113

114-
test('isPureNumber', () => {
114+
test('detects numbers', () => {
115115
equal(utils.isPureNumber(42), true)
116116
equal(utils.isPureNumber('42'), true)
117117
equal(utils.isPureNumber('autoprefixer'), false)

0 commit comments

Comments
 (0)