diff --git a/package.json b/package.json index a02617c..b271fc8 100644 --- a/package.json +++ b/package.json @@ -67,6 +67,7 @@ "test": "yarn workspaces run test", "test:jsdom": "yarn workspaces run test:jsdom", "test:browser": "yarn workspaces run test:browser", + "test:browser:quick": "yarn workspaces run test:browser:quick", "test:browser-dev": "yarn workspaces run test:browser-dev", "build": "yarn workspaces run build", "lint": "npx eslint --fix ." diff --git a/packages/overlayscrollbars/package.json b/packages/overlayscrollbars/package.json index ac83aad..36dea9c 100644 --- a/packages/overlayscrollbars/package.json +++ b/packages/overlayscrollbars/package.json @@ -7,6 +7,7 @@ "test": "jest --coverage --runInBand --detectOpenHandles", "test:jsdom": "jest --coverage --runInBand --detectOpenHandles --selectProjects jsdom --testPathPattern", "test:browser": "jest --runInBand --detectOpenHandles --selectProjects browser --testPathPattern", + "test:browser:quick": "jest --runInBand --detectOpenHandles --selectProjects browser --testPathIgnorePatterns=\"/node_modules/|/structureLifecycle/\"", "test:browser-dev": "jest --runInBand --detectOpenHandles --selectProjects browser-dev --testPathPattern", "build": "rollup -c" }