Skip to content

Commit

Permalink
fix test, remove unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
schlawg committed Dec 17, 2022
1 parent e81d03c commit c955775
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 28 deletions.
26 changes: 0 additions & 26 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ui/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
'^.+\\.(ts|tsx)?$': 'ts-jest',
'^.+\\.(js|jsx)$': 'babel-jest',
},
transformIgnorePatterns: ['/node_modules/(?!chessground)'],
transformIgnorePatterns: ['/node_modules/.pnpm/(?!chessground)'],
globals: {
lichess: {},
'ts-jest': {
Expand Down
1 change: 0 additions & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"@types/jest": "^28.1.6",
"babel-jest": "^28.0.0",
"breakpoint-sass": "^2.7.1",
"glob": "^8.0.1",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"ts-jest": "^28.0.7",
Expand Down

0 comments on commit c955775

Please sign in to comment.