aight icon indicating copy to clipboard operation
aight copied to clipboard

More unit tests!

Open shawnbot opened this issue 11 years ago • 2 comments
trafficstars

The d3-specific and purely visual test doc is no longer sufficient. We need a real unit tests that run in IE8 (maybe QUnit?).

shawnbot avatar May 22 '14 16:05 shawnbot

Most of the work here has been done in #47. See that PR for testing instructions.

The current test runner is QUnit, but we don't have D3-specific tests yet. The current suite cursorily tests a small subset of ES5 features and DOM APIs that are notably in both IE8 and IE9's implementations.

shawnbot avatar Jan 27 '15 00:01 shawnbot

Some more tests to include:

  • [x] test classList shim on SVG elements (see: WebReflection/dom4#10)
  • [ ] events: at the very least, we should check that HTML elements have the right W3C Event methods
  • [x] better coverage of CSS properties (see: #17)

shawnbot avatar Jan 27 '15 00:01 shawnbot