From a69362984c899a71fc1680e9ea30026c21a27446 Mon Sep 17 00:00:00 2001 From: yi-ge Date: Wed, 27 May 2020 06:40:13 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E5=92=8C=E5=8F=AF=E8=A2=ABK=E6=95=B4?= =?UTF-8?q?=E9=99=A4=E7=9A=84=E5=AD=90=E6=95=B0=E7=BB=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- {src/list => test}/math/coin-lcci.test.js | 0 {src/list => test}/math/factorial-trailing-zeroes.test.js | 0 {src/list => test}/math/maximum-lcci.test.js | 0 {src/list => test}/math/median-of-two-sorted-arrays.test.js | 0 {src/list => test}/math/palindrome-number.test.js | 0 {src/list => test}/math/perfect-number.test.js | 0 {src/list => test}/math/permutations.test.js | 0 {src/list => test}/math/powx-n.test.js | 0 {src/list => test}/math/subarray-sum-equals-k.test.js | 0 {src/list => test}/math/ugly-number-ii.test.js | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename {src/list => test}/math/coin-lcci.test.js (100%) rename {src/list => test}/math/factorial-trailing-zeroes.test.js (100%) rename {src/list => test}/math/maximum-lcci.test.js (100%) rename {src/list => test}/math/median-of-two-sorted-arrays.test.js (100%) rename {src/list => test}/math/palindrome-number.test.js (100%) rename {src/list => test}/math/perfect-number.test.js (100%) rename {src/list => test}/math/permutations.test.js (100%) rename {src/list => test}/math/powx-n.test.js (100%) rename {src/list => test}/math/subarray-sum-equals-k.test.js (100%) rename {src/list => test}/math/ugly-number-ii.test.js (100%) diff --git a/src/list/math/coin-lcci.test.js b/test/math/coin-lcci.test.js similarity index 100% rename from src/list/math/coin-lcci.test.js rename to test/math/coin-lcci.test.js diff --git a/src/list/math/factorial-trailing-zeroes.test.js b/test/math/factorial-trailing-zeroes.test.js similarity index 100% rename from src/list/math/factorial-trailing-zeroes.test.js rename to test/math/factorial-trailing-zeroes.test.js diff --git a/src/list/math/maximum-lcci.test.js b/test/math/maximum-lcci.test.js similarity index 100% rename from src/list/math/maximum-lcci.test.js rename to test/math/maximum-lcci.test.js diff --git a/src/list/math/median-of-two-sorted-arrays.test.js b/test/math/median-of-two-sorted-arrays.test.js similarity index 100% rename from src/list/math/median-of-two-sorted-arrays.test.js rename to test/math/median-of-two-sorted-arrays.test.js diff --git a/src/list/math/palindrome-number.test.js b/test/math/palindrome-number.test.js similarity index 100% rename from src/list/math/palindrome-number.test.js rename to test/math/palindrome-number.test.js diff --git a/src/list/math/perfect-number.test.js b/test/math/perfect-number.test.js similarity index 100% rename from src/list/math/perfect-number.test.js rename to test/math/perfect-number.test.js diff --git a/src/list/math/permutations.test.js b/test/math/permutations.test.js similarity index 100% rename from src/list/math/permutations.test.js rename to test/math/permutations.test.js diff --git a/src/list/math/powx-n.test.js b/test/math/powx-n.test.js similarity index 100% rename from src/list/math/powx-n.test.js rename to test/math/powx-n.test.js diff --git a/src/list/math/subarray-sum-equals-k.test.js b/test/math/subarray-sum-equals-k.test.js similarity index 100% rename from src/list/math/subarray-sum-equals-k.test.js rename to test/math/subarray-sum-equals-k.test.js diff --git a/src/list/math/ugly-number-ii.test.js b/test/math/ugly-number-ii.test.js similarity index 100% rename from src/list/math/ugly-number-ii.test.js rename to test/math/ugly-number-ii.test.js