Skip to content

Commit 1ed4b69

Browse files
committed
test: remove tests
1 parent 303e470 commit 1ed4b69

File tree

13 files changed

+18
-2886
lines changed

13 files changed

+18
-2886
lines changed

.github/workflows/lint.and.test.yml

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: 🔎 Lint
33
on:
44
workflow_dispatch:
55
push:
6-
branches-ignore: [gh-pages]
6+
branches-ignore: [ gh-pages ]
77
pull_request:
8-
branches-ignore: [gh-pages]
9-
types: [opened, synchronize]
8+
branches-ignore: [ gh-pages ]
9+
types: [ opened, synchronize ]
1010

1111
jobs:
1212
build:
@@ -38,19 +38,3 @@ jobs:
3838

3939
- name: 🔎 Lint
4040
run: yarn lint
41-
42-
43-
test:
44-
name: ⚠️ Test
45-
runs-on: ubuntu-22.04
46-
steps:
47-
- uses: actions/checkout@v4
48-
- uses: actions/setup-node@v3
49-
with:
50-
node-version: 16
51-
52-
- name: ⚡ Install dependencies
53-
run: yarn install --frozen-lockfile
54-
55-
- name: ⚠️ Test
56-
run: yarn test

jest.config.ts

Lines changed: 0 additions & 186 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,16 @@
1515
"build:lib": "tsc",
1616
"build:lib:dev": "tsc -w",
1717
"build:docs": "typedoc --out docs --entryPoints src/index.ts",
18-
"lint": "eslint src tests --ext .ts",
19-
"prepack": "yarn build:lib",
20-
"test": "jest"
18+
"lint": "eslint src --ext .ts",
19+
"prepack": "yarn build:lib"
2120
},
2221
"devDependencies": {
23-
"@types/jest": "^29.5.3",
2422
"@types/node": "^8.10.66",
2523
"@typescript-eslint/eslint-plugin": "^6.1.0",
2624
"@typescript-eslint/parser": "^6.1.0",
27-
"axios-mock-adapter": "^1.21.5",
2825
"eslint": "^8.45.0",
2926
"eslint-config-prettier": "^9.0.0",
30-
"jest": "^29.6.1",
3127
"prettier": "^3.0.0",
32-
"ts-jest": "^29.1.1",
3328
"ts-node": "^10.9.1",
3429
"typedoc": "^0.25.0",
3530
"typescript": "^5.1.6"

tests/AuthenticatedAdapter.test.ts

Lines changed: 0 additions & 128 deletions
This file was deleted.

tests/MockAdapter.ts

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)