diff --git a/__tests__/__snapshots__/storyshots.test.js.snap b/__tests__/__snapshots__/storyshots.test.js.snap index 694c8bda5..c0be93262 100644 --- a/__tests__/__snapshots__/storyshots.test.js.snap +++ b/__tests__/__snapshots__/storyshots.test.js.snap @@ -5222,27 +5222,31 @@ exports[`Storyshots Components/ExerciseCard Basic 1`] = ` className="card p-5 border-0 shadow" >
- Problem -
-
-
-      let a = 5
+      
+ Problem +
+
+        let a = 5
 a = a + 10
 // what is a?
-    
+
+
- Variable mutation + Your Answer