diff --git a/scripts/__tests__/jest/logUtils.js b/scripts/__tests__/jest/logUtils.js index bbfbeb38..4182b0ce 100644 --- a/scripts/__tests__/jest/logUtils.js +++ b/scripts/__tests__/jest/logUtils.js @@ -20,7 +20,7 @@ const getAndClearValue = () => { const reset = () => { if (isWorking) { - throw new Error('Cannot reset while already flushing work.'); + throw new Error('Cannot reset. There is a working task.'); } dataArray = null; }