fix template, remove okr, use casan.*
This commit is contained in:
@@ -202,5 +202,11 @@ class GoalPatchWorkflowTests(unittest.TestCase):
|
||||
self.assertIn(["npm", "run", "build", "-w", "@ainative-okr/frontend"], commands)
|
||||
self.assertIn(["npm", "test", "-w", "@ainative-okr/frontend"], commands)
|
||||
|
||||
def test_service_desk_patch_uses_service_desk_manifest_commands(self):
|
||||
commands = EXECUTOR.verification_commands(["apps/service-desk/src/ticket.js"])
|
||||
self.assertIn(["node", "--check", "apps/service-desk/src/ticket.js"], commands)
|
||||
self.assertIn(["node", "--test", "apps/service-desk/test/ticket.test.mjs"], commands)
|
||||
self.assertNotIn(["npm", "test", "-w", "@ainative-okr/backend"], commands)
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittest.main()
|
||||
|
||||
Reference in New Issue
Block a user