Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tests: Recognize callbacks with dots in the Node.js mock server
This aligns the Node.js server with the previous PHP one in accepting `mock.php` as a callback which is triggered by a recently added test. This prevents the request crashing on that Node.js server and printing a JS error: ``` TypeError: Cannot read property '1' of null ``` Ref jquerygh-4754
- Loading branch information