Skip to content

Commit

Permalink
😕 disable thebe tests in ci due to build issues with upstream modules
Browse files Browse the repository at this point in the history
  • Loading branch information
stevejpurves committed Nov 20, 2023
1 parent c70e4b3 commit 7bfe414
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/thebe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"dev": "npm run build:watch",
"develop": "concurrently \"yarn run build:watch\" \"yarn run serve\"",
"develop:local": "concurrently \"yarn run build:watch\" \"yarn run serve:local\"",
"test": "jest --detectOpenHandles",
"disabled-test": "jest --detectOpenHandles",
"test:watch": "jest --watchAll --detectOpenHandles",
"test:e2e": "jest --detectOpenHandles --config=./jest.e2e.config.js",
"disabled-test:e2e": "jest --detectOpenHandles --config=./jest.e2e.config.js",
"test:e2e:watch": "jest --detectOpenHandles --config=./jest.e2e.config.js --watchAll",
"lint": "eslint src/**/*.ts*",
"lint:format": "prettier --check \"src/**/*.{ts,tsx}\"",
Expand Down

0 comments on commit 7bfe414

Please sign in to comment.