grid-wiz icon indicating copy to clipboard operation
grid-wiz copied to clipboard

Break out unit tests into individual modules

Open seejamescode opened this issue 7 years ago • 0 comments

Currently, the unit test covers one overall compile of Grid Wiz.

It would be great to test individual modules inside Grid Wiz with different config options. The bulk of this work would require src/grid and src/columns calling another module to format the config instead of the formatted config being passed down as a parameter. All of the logic for this new module is already in src/index.

seejamescode avatar Jan 28 '19 15:01 seejamescode