Rewrite tests to use ES6 modules.
authorDan Vanderkam <danvdk@gmail.com>
Wed, 21 Oct 2015 02:27:30 +0000 (22:27 -0400)
committerDan Vanderkam <danvdk@gmail.com>
Sun, 25 Oct 2015 02:43:54 +0000 (22:43 -0400)
commite8c70e4e0f4c124a2c68eb43d6ec4e781d1bf810
treee3dacb2d0da515ada6109cd13cf5b22d076077e5
parent6ecc073934b76e5076f917112a24ff7094857730
Rewrite tests to use ES6 modules.
73 files changed:
auto_tests/runner.html [new file with mode: 0644]
auto_tests/tests/CanvasAssertions.js
auto_tests/tests/DygraphOps.js
auto_tests/tests/PixelSampler.js
auto_tests/tests/Proxy.js
auto_tests/tests/Util.js
auto_tests/tests/annotations.js
auto_tests/tests/axis_labels-deprecated.js [deleted file]
auto_tests/tests/axis_labels.js
auto_tests/tests/callback.js
auto_tests/tests/connect_separated_points.js
auto_tests/tests/css.js
auto_tests/tests/custom_asserts.js
auto_tests/tests/custom_bars.js
auto_tests/tests/data_api.js
auto_tests/tests/date_formats.js
auto_tests/tests/date_ticker.js
auto_tests/tests/dygraph-options-tests.js
auto_tests/tests/error_bars.js
auto_tests/tests/fast_canvas_proxy.js
auto_tests/tests/fill_step_plot.js
auto_tests/tests/formats.js
auto_tests/tests/grid_per_axis.js
auto_tests/tests/gviz.js
auto_tests/tests/hidpi.js
auto_tests/tests/interaction_model.js
auto_tests/tests/missing_points.js
auto_tests/tests/multi_csv.js
auto_tests/tests/multiple_axes.js
auto_tests/tests/no_hours.js
auto_tests/tests/numeric_ticker.js
auto_tests/tests/parser.js
auto_tests/tests/pathological_cases.js
auto_tests/tests/per_axis.js
auto_tests/tests/per_series.js
auto_tests/tests/plugins.js
auto_tests/tests/plugins_legend.js
auto_tests/tests/range_selector.js
auto_tests/tests/range_tests.js
auto_tests/tests/resize.js
auto_tests/tests/rolling_average.js
auto_tests/tests/sanity.js
auto_tests/tests/scientific_notation.js
auto_tests/tests/scrolling_div.js
auto_tests/tests/selection.js
auto_tests/tests/simple_drawing.js
auto_tests/tests/smooth_plotter.js
auto_tests/tests/stacked.js
auto_tests/tests/step_plot_per_series.js
auto_tests/tests/synchronize.js
auto_tests/tests/to_dom_coords.js
auto_tests/tests/two_digit_years.js
auto_tests/tests/update_options.js
auto_tests/tests/update_while_panning.js
auto_tests/tests/utils_test.js
auto_tests/tests/visibility.js
package.json
src/datahandler/bars-custom.js
src/datahandler/bars-error.js
src/datahandler/bars-fractions.js
src/datahandler/bars.js
src/datahandler/default-fractions.js
src/dygraph-canvas.js
src/dygraph-gviz.js
src/dygraph-tickers.js
src/dygraph-utils.js
src/dygraph.js
src/extras/smooth-plotter.js
src/extras/synchronizer.js
src/plugins/grid.js
src/plugins/legend.js
tests/dashed-canvas.html
watch-tests.sh [new file with mode: 0755]