File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 992 . Migrate Documentation to ` docs/ ` (Done).
10103 . Implement robust Arc Browser Single-Instance logic (Done).
11114 . Standardize Source Code to ` src/ ` (Done).
12+ 5 . Implement and integrate path audit verification (` tests/audit_paths.js ` ) (Done).
1213
1314
1415## Recent Changes
1819- Integrated ESLint into the build pipeline.
1920
2021## Active Questions
21- - Will the ` src/ ` move break ` manifest.json ` paths? (Mitigation: ` tests/audit_paths.js ` planned).
22+ - (Empty)
Original file line number Diff line number Diff line change 66 "lint" : " eslint ." ,
77 "lint:fix" : " eslint . --fix" ,
88 "format" : " prettier --write ." ,
9- "test" : " npm run test:unit && npm run test:integration" ,
9+ "test" : " npm run test:audit && npm run test: unit && npm run test:integration" ,
1010 "test:unit" : " node tests/run_tests.js" ,
11- "test:integration" : " node tests/integration_sidepanel.js"
11+ "test:integration" : " node tests/integration_sidepanel.js" ,
12+ "test:audit" : " node tests/audit_paths.js"
1213 },
1314 "author" : " Maurizio Delmonte" ,
1415 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments