Skip to content
Snippets Groups Projects
  1. Jan 07, 2016
  2. Dec 03, 2015
  3. Dec 02, 2015
  4. Nov 24, 2015
  5. Jul 10, 2015
    • Mike Pennisi's avatar
      Prefer explicit error checking where possible · 10e0d977
      Mike Pennisi authored
      The `negative` frontmatter tag expresses an expectation for the behavior
      of the test file as a whole. The `assert.throws` helper function offers
      more fine-grained control over expectations because it may be applied to
      specific statements and expressions. This makes it preferable in cases
      where it may be used (i.e. when the test body does not describe a syntax
      error or early error).
      
      Re-implement assertions for errors to use the `assert.throws` helper
      function wherever possible.
      10e0d977
  6. Jul 08, 2015
  7. 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
  8. 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
  9. Jun 02, 2015
  10. Feb 12, 2015
  11. Dec 07, 2014
Loading