Skip to content

Commit

Permalink
refactor: merge branches 'test/add-frontend-tests' and 'test/add-fron…
Browse files Browse the repository at this point in the history
…tend-tests'
  • Loading branch information
ManpreetSL committed Aug 25, 2024
2 parents 7e3dc9d + 19df310 commit df89417
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 31 deletions.
10 changes: 10 additions & 0 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@
"url": "https://github.com/shabados/presenter/issues"
},
"homepage": "/",
"type": "module",
"scripts": {
"analyze": "source-map-explorer build/static/js/*.js",
"start": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint .",
"test": "vitest",
"test:ui": "vitest --ui"
},
"dependencies": {
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
Expand Down
9 changes: 8 additions & 1 deletion apps/frontend/src/features/settings/Hotkeys/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@ import './index.css'

import { faQuestionCircle } from '@fortawesome/free-solid-svg-icons'
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
import { Button, Grid, List, ListItem, Tooltip, Typography } from '@mui/material'
import {
Button,
Grid,
List,
ListItem,
Tooltip,
Typography,
} from '@mui/material'
import classNames from 'classnames'
import { groupBy } from 'lodash'
import { useState } from 'react'
Expand Down
30 changes: 0 additions & 30 deletions package-lock.json

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

0 comments on commit df89417

Please sign in to comment.