remove babel dependencies
parent
b9cf5ba017
commit
55973a978d
7
.babelrc
7
.babelrc
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"env": {
|
||||
"test": {
|
||||
"plugins": ["@babel/plugin-transform-modules-commonjs"]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -27,9 +27,6 @@
|
|||
"superagent": "^10.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/plugin-transform-modules-commonjs": "^7.24.8",
|
||||
"@babel/preset-env": "^7.25.4",
|
||||
"babel-jest": "^29.7.0",
|
||||
"esbuild": "0.24.0",
|
||||
"jest": "^29.7.0"
|
||||
},
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
import {default as get} from './get-github-repositories';
|
||||
import {Octokit} from "@octokit/rest";
|
||||
|
||||
describe('get-github-repfalseositories', () => {
|
||||
describe('get-github-repositories', () => {
|
||||
xit('fetches public repositories', async () => {
|
||||
const octokit = new Octokit({
|
||||
auth: null,
|
||||
|
|
Loading…
Reference in New Issue