FLUID-6577: Add support for promise-returning functions to jqUnit

Metadata

Source
FLUID-6577
Type
Improvement
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
N/A
Reporter
Antranig Basman
Created
2020-11-12T12:31:18.157-0500
Updated
2020-11-12T16:46:18.510-0500
Versions
N/A
Fixed Versions
N/A
Component
  1. Testing Infrastructure

Description

With the modern standard of a "function returning promise" blessed by the async/await ES6 language structure, we should ease writing test fixtures in this style by adding a new wrapper to jqUnit e.g. jqUnit.promiseTest(function () .....

Comments