Skip to content

Commit 120f1e5

Browse files
IG-88-2mcnuttandrew
authored andcommitted
LineSeriesCanvas - onNearestXY not called (#931)
* fix * fix lint * remove windows related commands * suggested fixes * fix showcase * remove windows lint rule * append showcase to index * fix * move showcase
1 parent b90b257 commit 120f1e5

File tree

12 files changed

+786
-14
lines changed

12 files changed

+786
-14
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"build": "npm run clean && babel src -d dist --copy-files && BABEL_ENV=es babel src -d es --copy-files && node-sass src/main.scss dist/style.css --output-style compressed && npm run build:browser",
2828
"lint": "eslint src tests showcase docs --ignore-pattern node_modules --ignore-pattern bundle.js",
2929
"lint-styles": "stylelint src/styles/*.scss --syntax scss",
30-
"test": "node --inspect node_modules/.bin/babel-node tests/index.js",
30+
"test:windows": "babel-node --inspect ./tests/index.js",
31+
"test": "node --inspect ./node_modules/.bin/babel-node ./tests/index.js",
3132
"full-test": "npm run lint && npm run cover",
3233
"cover": "nyc --reporter=text --reporter=html --reporter=lcov npm test",
3334
"remove-unpm-rfs": "./remove-refs-to-unpm.pl"

0 commit comments

Comments
 (0)