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