digitalbazaar / mocha-w3c-interop-reporter

Mocha W3C Interoperability Test Suite reporter
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Make columNames optional #3

Open aljones15 opened 2 years ago

aljones15 commented 2 years ago

We should be able to infer column names from inspecting test cells and make a list of columns using them. This would make the following setup step no longer needed:

columnNames = [];
this.columns = columnNames;