d3/d3-force

More Tests

Closed this issue · 4 comments

More Tests

What test framework do you use? Would like to know before writing any.

Tape is used for all the D3 tests. The tests in d3-array are nice examples of how tests are written with Tape. Also, there is already a placeholder for invoking tests in d3-force using the "test" script in package.json.

@mbostock I'd like to help with the tests. Are you accepting PR for this?

Fil commented

I've started a first batch of tests, but there's a lot of coverage to do.