Skip to content

Commit

Permalink
fix deliberate test error, unused package
Browse files Browse the repository at this point in the history
  • Loading branch information
Cami committed Aug 6, 2024
1 parent f700373 commit 0e86640
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
"eslint-plugin-react": "^7.29.2",
"eslint-plugin-react-hooks": "^4.3.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"live-server": "^1.2.2",
"monaco-editor": "^0.34.0",
"prettier": "^3.3.3",
Expand Down
2 changes: 0 additions & 2 deletions src/tests/QuickOptions.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,5 @@ describe('QuickOptions', () => {
expect(!!prevConsent.purposes?.Advertising).toEqual(!consent.purposes?.Advertising);
expect(prevConsent.confirmed).toEqual(false);
expect(consent.confirmed).toEqual(true);

expect(true).toEqual(false);
});
});

0 comments on commit 0e86640

Please sign in to comment.