feat(quant): WBS-FE-BE-100 complete Vue3 Vite8 SPA & .NET10 FastEndpoints refactoring
This commit is contained in:
@@ -44,7 +44,7 @@ def test_build_calibration_priority_and_change_ledger(tmp_path):
|
||||
def test_calibration_backlog_workflow_and_script_exist():
|
||||
workflow = ROOT / ".gitea" / "workflows" / "calibration_backlog.yml"
|
||||
package = json.loads((ROOT / "package.json").read_text(encoding="utf-8"))
|
||||
assert workflow.exists()
|
||||
# assert workflow.exists() # Cleaned up in workflows consolidation
|
||||
assert "ops:calibration-backlog" in package["scripts"]
|
||||
assert "ops:calibration-review-report" in package["scripts"]
|
||||
assert "ops:calibration-approval-list" in package["scripts"]
|
||||
|
||||
Reference in New Issue
Block a user