Skip to content
Snippets Groups Projects
  1. Jul 08, 2015
  2. Jul 07, 2015
    • Mike Pennisi's avatar
      Formalize tests for built-in Promise methods · 4e2f3508
      Mike Pennisi authored
      Uniformly and exhaustively test the generic aspects of the static- and
      instance Promise methods, including:
      
      - function `length` properties
      - function `name` properties
      - method property descriptors
      4e2f3508
  3. Jun 23, 2015
    • Mike Pennisi's avatar
      Fix bug in test · 6f2feb01
      Mike Pennisi authored
      This test's description concerns the behavior of `Promise.all` when the
      IteratorStep abstract operation fails due to an abrupt completion
      returned by the iterator's `next` method. The test body did not actually
      assert that functionality.
      
      Update the test body to correctly define the requisite iterator and
      assert that the specific error created is the one thrown from the
      invocation of `Promise.all`
      6f2feb01
  4. Jun 02, 2015
  5. Feb 12, 2015
  6. Dec 07, 2014
Loading