1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
@@ -88,7 +88,6 @@ jobs:
|
||||
|
||||
# @tenbin/jest/reporter generates tenbin-report.json for each shard.
|
||||
- name: Upload tenbin-report.json
|
||||
if: github.ref_name == 'main'
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: tenbin-report-${{ matrix.runner }}
|
||||
|
||||
8
knip.ts
8
knip.ts
@@ -11,7 +11,11 @@ export default {
|
||||
"test/**",
|
||||
"res/decoder-ring/**",
|
||||
],
|
||||
project: ["**/*.{js,ts,jsx,tsx}"],
|
||||
project: [
|
||||
"**/*.{js,ts,jsx,tsx}",
|
||||
// This throws an error trying to load tenbin - https://knip.dev/reference/known-issues#exceptions-from-config-files
|
||||
"!src/playwright.config.ts",
|
||||
],
|
||||
ignore: [
|
||||
"docs/**",
|
||||
"res/jitsi_external_api.min.js",
|
||||
@@ -21,8 +25,6 @@ export default {
|
||||
"src/hooks/useLocalStorageState.ts",
|
||||
"src/components/views/elements/InfoTooltip.tsx",
|
||||
"src/components/views/elements/StyledCheckbox.tsx",
|
||||
// This throws an error trying to load tenbin for an unknown reason
|
||||
"src/playwright.config.ts",
|
||||
],
|
||||
ignoreDependencies: [
|
||||
// Required for `action-validator`
|
||||
|
||||
Reference in New Issue
Block a user