-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
In ajax.js: Update tests to validate the content not just that it is of type string for the lines below:
| assert.equal( typeof requestSpy.args[0][0].data, 'string', 'icAjax should return a string'); |
| assert.equal( typeof requestSpy.args[0][0].data, 'string' ); |
| assert.equal( typeof requestSpy.args[0][0].data, 'string', 'icAjax should return a string'); |
Metadata
Metadata
Assignees
Labels
No labels