Skip to content

Commit

Permalink
Remove extra bits from binderhub-client config
Browse files Browse the repository at this point in the history
Now that we have jest setup for everything, it is no longer
needed for the 'subpackage' of binderhub-client
  • Loading branch information
yuvipanda committed Oct 3, 2023
1 parent 09587ff commit bcceb14
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 20 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/jest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: "binderhub unit tests"
- name: "Setup dependencies"
run: |
npm install
npm test
- name: "@jupyterhub/binderhub-client unit tests"
- name: "Run all unit tests"
run: |
cd js/packages/binderhub-client
npm install
npm test
1 change: 0 additions & 1 deletion js/packages/binderhub-client/babel.config.json

This file was deleted.

14 changes: 0 additions & 14 deletions js/packages/binderhub-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,5 @@
"homepage": "https://github.com/jupyterhub/binderhub#readme",
"dependencies": {
"event-source-polyfill": "^1.0.31"
},
"devDependencies": {
"@types/jest": "^29.5.5",
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0"
},
"scripts": {
"test": "jest"
},
"jest": {
"testEnvironment": "jsdom"
}
}

0 comments on commit bcceb14

Please sign in to comment.