Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit d8a7eec

Browse files
Merge pull request #2 from u-bahn/develop
Merge with develop
2 parents 7363e7b + 3f87632 commit d8a7eec

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

.github/workflows/nodejs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,5 @@ jobs:
2525
with:
2626
node-version: ${{ matrix.node-version }}
2727
- run: npm ci
28-
- run: npm i
2928
- run: npm run build
3029
- run: npm test

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"scripts": {
2121
"start": "react-scripts start",
2222
"build": "react-scripts build",
23-
"test": "react-scripts test",
23+
"test": "react-scripts test --passWithNoTests",
2424
"eject": "react-scripts eject"
2525
},
2626
"eslintConfig": {

src/components/FiltersSideMenu/index.jsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ import PT from 'prop-types';
33

44
import AddFiltersModal from '../AddFiltersModal';
55
import Button from '../Button';
6-
import FilterGroup from '../FilterGroup';
7-
import Pill from '../Pill';
8-
import Search from '../Search';
96

107
import { ReactComponent as FiltersIcon }
118
from '../../assets/images/filters-icon.svg';

0 commit comments

Comments
 (0)