Skip to content

Commit

Permalink
chore: remove bun test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ixahmedxi committed Jun 8, 2024
1 parent d36f5a4 commit 44b20db
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 113 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,5 @@ jobs:
- name: Typecheck
run: bun typecheck

- name: Unit tests
run: bun test

- name: Build
run: bun run build
3 changes: 0 additions & 3 deletions .github/workflows/pr-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,5 @@ jobs:
- name: Typecheck
run: bun typecheck

- name: Unit tests
run: bun test

- name: Build
run: bun run build
11 changes: 0 additions & 11 deletions bun-test.d.ts

This file was deleted.

3 changes: 0 additions & 3 deletions bunfig.toml

This file was deleted.

8 changes: 0 additions & 8 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,6 @@ export default tseslint.config(
extends: [jsdoc.configs['flat/recommended-typescript-error']],
},

// Unit tests
{
files: ['src/**/?(*.)+(spec|test).[jt]s?(x)'],
extends: [
...fixupConfigRules(compat.extends('plugin:testing-library/react')),
],
},

// Settings and rule overrides
{
linterOptions: {
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/typography": "^0.5.13",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^16.0.0",
"@total-typescript/ts-reset": "^0.5.1",
"@types/bun": "^1.1.3",
"@types/eslint": "^8.56.10",
Expand All @@ -132,7 +130,6 @@
"eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-security": "^3.0.0",
"eslint-plugin-tailwindcss": "^3.17.3",
"eslint-plugin-testing-library": "^6.2.2",
"globals": "^15.4.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.5",
Expand Down
53 changes: 0 additions & 53 deletions src/lib/utils.spec.tsx

This file was deleted.

12 changes: 0 additions & 12 deletions src/test/setup.ts

This file was deleted.

16 changes: 0 additions & 16 deletions src/test/utils.tsx

This file was deleted.

1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
},
"include": [
"next-env.d.ts",
"bun-test.d.ts",
"reset.d.ts",
"eslint.d.ts",
"**/*.ts",
Expand Down

0 comments on commit 44b20db

Please sign in to comment.