bshambaugh / node-arc-d3

Visualization of Triples
5 stars 0 forks source link

Tinkering Based Throwaway Code Design in Code Writing, But not Formal Test Framework #3

Open bshambaugh opened 7 years ago

bshambaugh commented 7 years ago

This could be a problem later...

bshambaugh commented 7 years ago

Developed tests with the Jasmine Test framework at https://github.com/bshambaugh/node-arc-d3/tree/master/js/tests/textprefixestojson .

This is a modification of tests in https://github.com/codenorman/solitaire/tree/development .

It was useful to have the support directory in spec (https://github.com/codenorman/solitaire/blob/development/spec/support/jasmine.json), jasmine-runner (https://github.com/codenorman/solitaire/blob/development/jasmine-runner.js), and possibly the scripts and devDependencies in (https://github.com/codenorman/solitaire/blob/development/package.json) .