Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Commit 0a1a61f

Browse files
committed
Avoid camel case for test section descriptions.
1 parent 2989bda commit 0a1a61f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
).to.be.ok
207207
})
208208

209-
describe('ObjectURL revoke', function () {
209+
describe('Object URL revoke', function () {
210210
// Using XMLHttpRequest via the request helper function to test Object
211211
// URLs to work around Edge Legacy and IE caching image URLs.
212212
if (!window.XMLHttpRequest) return

0 commit comments

Comments
 (0)