From f64f9fca22fe399a186dc57bc6ffb8cff81e96f3 Mon Sep 17 00:00:00 2001 From: Jiwon Date: Sun, 30 Sep 2018 21:28:55 -0400 Subject: [PATCH 1/2] added more randInt, arrayLen, factorize and 3D distance calc funtions and its tests --- .idea/UnitTestingCI.iml | 12 +++ .idea/misc.xml | 6 ++ .idea/modules.xml | 8 ++ .idea/vcs.xml | 6 ++ .idea/workspace.xml | 175 ++++++++++++++++++++++++++++++++++++++++ package-lock.json | 2 +- package.json | 12 ++- sketch.js | 44 +++++++++- sketch.test.js | 39 ++++++--- 9 files changed, 291 insertions(+), 13 deletions(-) create mode 100644 .idea/UnitTestingCI.iml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml diff --git a/.idea/UnitTestingCI.iml b/.idea/UnitTestingCI.iml new file mode 100644 index 0000000..24643cc --- /dev/null +++ b/.idea/UnitTestingCI.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..28a804d --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..c97ea18 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..ff4fe04 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,175 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + DEFINITION_ORDER + + + + + + + + + + + + + + + + + + + + + + + + + +