File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ export default defineConfig({
175175 { label : 'Import Cucumber BDD Tests' , link : '/project/import-export/import/import-bdd' } ,
176176 { label : 'Import PHP Tests' , link : '/project/import-export/import/import-php' } ,
177177 { label : 'Automated Import' , link : '/project/import-export/import/auto-import' } ,
178- // { label: 'Java Check Tests', link: '/project/import-export/import/java-check-tests'},
178+ { label : 'Java Check Tests' , link : '/project/import-export/import/java-check-tests' } ,
179179 ] ,
180180 } ,
181181 {
@@ -218,7 +218,7 @@ export default defineConfig({
218218 { label : 'Functions' , link : '/test-reporting/functions' } ,
219219 { label : 'Reporting API' , link : '/test-reporting/api' } ,
220220 { label : 'Logger' , link : '/test-reporting/logger' } ,
221- // { label: 'Testomat.io Java Reporter', link: '/test-reporting/java-reporter'},
221+ { label : 'Testomat.io Java Reporter' , link : '/test-reporting/java-reporter' } ,
222222 {
223223 label : 'Pipes' ,
224224 collapsed : true ,
Original file line number Diff line number Diff line change 1616 "preview" : " astro preview" ,
1717 "astro" : " astro" ,
1818 "docs" : " node ./src/scripts/runok.js docs" ,
19- "publish" : " npm run docs && npm run build"
19+ "publish" : " pnpm run docs && pnpm run build"
2020 },
2121 "license" : " MIT" ,
2222 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments