File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,11 @@ jobs:
16
16
uses : spuxx1701/ci-cd/.github/workflows/pnpm_run_checks.yml@v4.0.0
17
17
needs :
18
18
- install_deps
19
- with :
20
- PNPM_BUILD : true
21
19
22
20
run_unit_tests :
23
21
name : Run unit tests
24
22
uses : spuxx1701/ci-cd/.github/workflows/pnpm_run_unit_tests.yml@v4.0.0
25
23
needs :
26
24
- install_deps
27
- with :
28
- PNPM_BUILD : true
29
25
COVERAGE_FILENAME : reports/vitest/coverage/cobertura-coverage.xml
30
26
COVERAGE_FAIL_BELOW_MIN : 100
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import React from 'react';
2
2
import ReactDOM from 'react-dom/client' ;
3
3
import App from './src/App.tsx' ;
4
4
import de from './translations/de.yaml' ;
5
- import { Intl , Logger } from '@spuxx/browser -utils' ;
5
+ import { Intl , Logger } from '@spuxx/js -utils' ;
6
6
7
7
// Set up `Logger` and test it
8
8
Logger . setLevel ( 'debug' ) ;
Original file line number Diff line number Diff line change 18
18
"noUnusedParameters" : true ,
19
19
"noFallthroughCasesInSwitch" : true ,
20
20
"baseUrl" : " ." ,
21
- "types" : [" vite/client" , " @modyfi/vite-plugin-yaml/modules" ]
21
+ "types" : [" vite/client" , " @modyfi/vite-plugin-yaml/modules" ],
22
+ "paths" : {
23
+ "@spuxx/js-utils" : [" ./packages/js-utils/src/main.ts" ],
24
+ "@spuxx/browser-utils" : [" ./packages/browser-utils/src/main.ts" ]
25
+ }
22
26
},
23
27
"include" : [" libs" , " test-apps" ]
24
28
}
You can’t perform that action at this time.
0 commit comments