Skip to content

Commit

Permalink
Merge pull request #8 from zentered/mosattler/wip
Browse files Browse the repository at this point in the history
test: reactivate
  • Loading branch information
PatrickHeneise authored Sep 20, 2022
2 parents 5b6fb26 + 6ae5018 commit 15f4fdb
Show file tree
Hide file tree
Showing 10 changed files with 504 additions and 178 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,7 @@ jobs:
run: yarn install --frozen-lockfile

- name: Lint Code Base
uses: github/super-linter@v3.17.1
env:
LINTER_RULES_PATH: /
LOG_LEVEL: 'WARN'
JAVASCRIPT_ES_CONFIG_FILE: .eslintrc.json
VALIDATE_JAVASCRIPT_STANDARD: false
FILTER_REGEX_EXCLUDE: .*husky.*|README.md
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: yarn lint

- name: Test
run: yarn test
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^14.0.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@vitejs/plugin-react": "^2.1.0",
Expand All @@ -107,17 +108,18 @@
"husky": "^8.0.1",
"jsdom": "^20.0.0",
"lint-staged": "^13.0.3",
"mdx-observable": "^0.2.0",
"next": "^12.3.0",
"nock": "^13.2.9",
"node-fetch": "~3.2.10",
"pinst": "^3.0.0",
"pkg-dir": "^7.0.0",
"prettier": "^2.7.1",
"react": "*",
"react-dom": "*",
"rollup": "^2.79.0",
"vitest": "^0.23.2",
"watch": "^1.0.2"
"vitest": "^0.23.4",
"watch": "^1.0.2",
"whatwg-fetch": "^3.6.2"
},
"peerDependencies": {
"next": ">11",
Expand Down
Loading

0 comments on commit 15f4fdb

Please sign in to comment.