diff --git a/package.json b/package.json index 9bdccae..ce17a4f 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "watch": "npm run dist -- --watch", "watch:lib": "npm run lib -- --watch", "watch:lint": "watch \"eslint scripts src test || exit 0\" src", - "test": "npm run dist && npm run coverage", + "test": "npm run lint && npm run dist && npm run coverage", "unit-test": "floss --path test/index.js", "unit-test:debug": "npm run unit-test -- --debug", "prerenders": "npm --prefix scripts/renders i scripts/renders", diff --git a/package.json b/package.json index 9bdccae..ce17a4f 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "watch": "npm run dist -- --watch", "watch:lib": "npm run lib -- --watch", "watch:lint": "watch \"eslint scripts src test || exit 0\" src", - "test": "npm run dist && npm run coverage", + "test": "npm run lint && npm run dist && npm run coverage", "unit-test": "floss --path test/index.js", "unit-test:debug": "npm run unit-test -- --debug", "prerenders": "npm --prefix scripts/renders i scripts/renders", diff --git a/test/interaction/InteractionManager.js b/test/interaction/InteractionManager.js index 68daaff..3f84d6a 100644 --- a/test/interaction/InteractionManager.js +++ b/test/interaction/InteractionManager.js @@ -1215,7 +1215,7 @@ expect(pointer.renderer.view.style.cursor).to.equal(''); }); - it.only('should use cursor property as css if no style entry', function () + it('should use cursor property as css if no style entry', function () { const stage = new PIXI.Container(); const graphics = new PIXI.Graphics();