Skip to content

Commit

Permalink
removed testing
Browse files Browse the repository at this point in the history
  • Loading branch information
khanghy2130 committed Oct 17, 2023
1 parent a741d8d commit 2d548e8
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 1,829 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,10 @@
yarn install
```

## Development
Development mode:
## Development mode
```sh
yarn dev
```
Run tests:
```sh
yarn test
```

## Deployment

Expand Down
21 changes: 0 additions & 21 deletions app/__tests__/t1.test.tsx

This file was deleted.

16 changes: 0 additions & 16 deletions jest.config.cjs

This file was deleted.

10 changes: 0 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
"build": "remix build",
"dev": "remix dev --manual",
"start": "remix-serve ./build/index.js",
"test": "jest",
"jest-clear": "jest --clearCache",
"typecheck": "tsc"
},
"dependencies": {
Expand All @@ -25,18 +23,10 @@
"devDependencies": {
"@remix-run/dev": "^2.0.1",
"@remix-run/eslint-config": "^2.0.1",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.5",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"eslint": "^8.38.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"tailwindcss": "^3.3.3",
"ts-jest": "^29.1.1",
"ts-jest-resolver": "^2.0.1",
"typescript": "^5.1.6"
},
"engines": {
Expand Down
Loading

0 comments on commit 2d548e8

Please sign in to comment.