From 98afc2d903ecc0d3806ad8bf06b877294a19a052 Mon Sep 17 00:00:00 2001 From: REllEK-IO Date: Wed, 15 May 2024 09:28:03 -0700 Subject: [PATCH] Refinement --- src/test/strategyPriority.test.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/test/strategyPriority.test.ts b/src/test/strategyPriority.test.ts index 64d2c6c..1ce897c 100644 --- a/src/test/strategyPriority.test.ts +++ b/src/test/strategyPriority.test.ts @@ -1,5 +1,6 @@ /*<$ -For the asynchronous graph programming framework Stratimux, generate a test that ensures that ActionStrategies are working as intended. +For the asynchronous graph programming framework Stratimux, generate a test that ensures that ActionStrategies +with priority are working as intended. $>*/ /*<#*/ import { createAxium, getAxiumState, isAxiumOpen } from '../model/axium';