From 9d71f805ac3bf7614ad647b957d2de8e3768f23f Mon Sep 17 00:00:00 2001 From: Preston Doman Date: Fri, 1 Mar 2019 15:51:51 -0800 Subject: [PATCH 1/3] Add first createFormGroup unit tests --- front/static/tests/qunit_test.html | 111 +++++++++++++++++++++++++++++ 1 file changed, 111 insertions(+) create mode 100644 front/static/tests/qunit_test.html diff --git a/front/static/tests/qunit_test.html b/front/static/tests/qunit_test.html new file mode 100644 index 0000000..61287ae --- /dev/null +++ b/front/static/tests/qunit_test.html @@ -0,0 +1,111 @@ + + + + QUnit Tests + + + + + +
+
+ + + + From ca7db96af945fe18270004448bceb40f165ef438 Mon Sep 17 00:00:00 2001 From: Preston Doman Date: Fri, 1 Mar 2019 17:02:49 -0800 Subject: [PATCH 2/3] Finish createFormGroup tests --- front/static/tests/qunit_test.html | 139 +++++++++++++++++++++++++++-- 1 file changed, 132 insertions(+), 7 deletions(-) diff --git a/front/static/tests/qunit_test.html b/front/static/tests/qunit_test.html index 61287ae..732da98 100644 --- a/front/static/tests/qunit_test.html +++ b/front/static/tests/qunit_test.html @@ -12,7 +12,11 @@ From 57b25ebbfd1ca5f081eb06fa2ef217b73368e220 Mon Sep 17 00:00:00 2001 From: Preston Doman Date: Fri, 1 Mar 2019 23:39:16 -0800 Subject: [PATCH 3/3] Update file name --- front/static/tests/{qunit_test.html => qunit_tests.html} | 3 --- 1 file changed, 3 deletions(-) rename front/static/tests/{qunit_test.html => qunit_tests.html} (99%) diff --git a/front/static/tests/qunit_test.html b/front/static/tests/qunit_tests.html similarity index 99% rename from front/static/tests/qunit_test.html rename to front/static/tests/qunit_tests.html index 732da98..b751c4a 100644 --- a/front/static/tests/qunit_test.html +++ b/front/static/tests/qunit_tests.html @@ -228,9 +228,6 @@ }); // END: Test rendering of fields with type file - // BEGIN createCollapsibleCard unit tests - QUnit.module("createCollapsibleCard"); -