Skip to content

Commit

Permalink
remove test modules
Browse files Browse the repository at this point in the history
  • Loading branch information
nahbee10 committed Oct 29, 2024
1 parent 6644941 commit f3c6e8b
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 2,346 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,6 @@ on:
- master

jobs:
commitlint:
name: Lint commit messages
if: ${{ github.event_name == 'pull_request' }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: zendesk/checkout@v3
with:
persist-credentials: false
fetch-depth: 0
- name: Setup Node.js
uses: zendesk/setup-node@v3
with:
node-version-file: '.nvmrc'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Lint all commit messages
run: yarn commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }}
lint:
name: Lint JS files
runs-on: ubuntu-latest
Expand All @@ -43,22 +25,6 @@ jobs:
run: yarn install --frozen-lockfile
- name: ESlint
run: yarn eslint
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: zendesk/checkout@v3
with:
persist-credentials: false
- name: Setup Node.js
uses: zendesk/setup-node@v3
with:
node-version-file: '.nvmrc'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Test
run: yarn test
build:
name: Build
runs-on: ubuntu-latest
Expand Down
18 changes: 0 additions & 18 deletions .releaserc

This file was deleted.

11 changes: 0 additions & 11 deletions jest.config.mjs

This file was deleted.

13 changes: 0 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"build": "NODE_ENV=production rollup -c",
"prebuild": "rm -f assets/*-bundle.js",
"eslint": "eslint src",
"prepare": "husky install",
"download-locales": "node ./bin/update-translations",
"test": "jest",
"test-a11y": "node bin/lighthouse/index.js",
Expand Down Expand Up @@ -51,9 +50,6 @@
"tailwindcss": "^3.4.14"
},
"devDependencies": {
"@commitlint/cli": "17.3.0",
"@commitlint/config-conventional": "17.3.0",
"@jest/globals": "^29.6.4",
"@rollup/plugin-commonjs": "^25.0.2",
"@rollup/plugin-dynamic-import-vars": "^2.1.2",
"@rollup/plugin-json": "^6.1.0",
Expand All @@ -66,9 +62,6 @@
"@semantic-release/git": "10.0.1",
"@shopify/eslint-plugin": "^44.0.0",
"@svgr/rollup": "^8.1.0",
"@testing-library/dom": "^9.3.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/user-event": "^14.4.3",
"@types/js-cookie": "^3.0.6",
"@types/lodash.debounce": "^4.0.9",
"@types/react": "^17.0.62",
Expand All @@ -83,24 +76,18 @@
"eslint-config-prettier": "8.6.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "^27.2.2",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "8.0.2",
"i18next-parser": "^8.13.0",
"jest": "^29.6.1",
"jest-environment-jsdom": "^29.6.1",
"js-yaml": "^4.1.0",
"lighthouse": "10.0.1",
"prettier": "2.8.4",
"puppeteer": "19.4.1",
"rollup": "3.17.3",
"rollup-jest": "^3.1.0",
"rollup-plugin-sass": "1.12.18",
"sass": "1.58.3",
"semantic-release": "19.0.5",
"ts-jest": "^29.2.4",
"typescript": "^5.1.6",
"url-pattern": "1.0.3",
"vinyl": "^3.0.0",
Expand Down
Loading

0 comments on commit f3c6e8b

Please sign in to comment.