--- a/js/flotr2/spec/jasmine.yml +++ b/js/flotr2/spec/jasmine.yml @@ -1,1 +1,50 @@ +src_files: + - "lib/imagediff.js" + - "examples/lib/randomseed.js" + - "spec/js/flotr2.stable.js" + - "spec/helpers/stableFlotr.js" + - "lib/bean.js" + - "lib/underscore.js" + - "js/Flotr.js" + - "js/DefaultOptions.js" + - "js/Color.js" + - "js/Date.js" + - "js/DOM.js" + - "js/EventAdapter.js" + - "js/Text.js" + - "js/Graph.js" + - "js/Axis.js" + - "js/Series.js" + - "js/types/lines.js" + - "js/types/bars.js" + - "js/types/bubbles.js" + - "js/types/candles.js" + - "js/types/gantt.js" + - "js/types/markers.js" + - "js/types/pie.js" + - "js/types/points.js" + - "js/types/radar.js" + - "js/types/timeline.js" + - "js/plugins/crosshair.js" + - "js/plugins/download.js" + - "js/plugins/grid.js" + - "js/plugins/hit.js" + - "js/plugins/selection.js" + - "js/plugins/labels.js" + - "js/plugins/legend.js" + - "js/plugins/spreadsheet.js" + - "js/plugins/titles.js" + - "flotr2.examples.types.js" + - "spec/js/test-background.js" + - "spec/js/test-boundaries.js" + - "spec/js/test-mountain-nulls.js" + - "spec/helpers/testFlotr.js" +helpers: +spec_files: + - "Flotr.js" + - "Color.js" + - "Graph.js" + - "Chart.js" +src_dir: ".." +spec_dir: "../spec/"