d3-x3d icon indicating copy to clipboard operation
d3-x3d copied to clipboard

Convert all tape unit tests to mocha

Open jamesleesaunders opened this issue 5 years ago • 0 comments

Summary

d3-x3dom has a mix of tape and mocha unit tests. The aim is to convert all tests to mocha.

Detail

2 tests (indexTest.js and dataTransformTest.js) have already been converted and mocha has been added to package.json

  • [ ] Convert remaining tests to mocha ensuring thay all still pass.
  • [ ] Remove tape and tap-spec from package.json.
  • [ ] Update CONTRIBUTING.md to remove notes about tape.

jamesleesaunders avatar Mar 18 '19 19:03 jamesleesaunders