HTTP/2 200
server: GitHub.com
content-type: text/html; charset=utf-8
x-origin-cache: HIT
last-modified: Fri, 10 Oct 2025 02:05:09 GMT
access-control-allow-origin: *
etag: W/"68e869d5-289d"
expires: Sun, 12 Oct 2025 02:55:57 GMT
cache-control: max-age=600
content-encoding: gzip
x-proxy-cache: MISS
x-github-request-id: CB5E:37600C:D9912:10E70E:68EB1664
accept-ranges: bytes
age: 0
date: Sun, 12 Oct 2025 02:45:57 GMT
via: 1.1 varnish
x-served-by: cache-bom-vanm7210026-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1760237158.632745,VS0,VE298
vary: Accept-Encoding
x-fastly-request-id: 9037d3daa0a9e211f811454705cf3f7c01603b1d
content-length: 3154
Link: WordPress starts unit testing with QUnit | QUnit
Aaron Jorbin wrote on the official Make WordPress blog:
Recently WordPress added QUnit as a JavaScript unit testing framework and added its first JavaScript unit tests. I thought I would walk through how to run the tests and how to write tests so that we can increase our JavaScript test coverage. […]
See also