From 003fdae68bdb523e879c17e053e25059ecd9f387 Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Wed, 10 May 2023 09:24:42 -0400 Subject: [PATCH] WIP add base code for unit test. --- .../textarea-question/textarea-question.spec.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/digital-components/textarea-question/textarea-question.spec.js b/src/digital-components/textarea-question/textarea-question.spec.js index e69de29bb..3d0843e10 100644 --- a/src/digital-components/textarea-question/textarea-question.spec.js +++ b/src/digital-components/textarea-question/textarea-question.spec.js @@ -0,0 +1 @@ +test.todo("some test to be written in the future");