diff --git a/sandbox.config.json b/sandbox.config.json
deleted file mode 100644
index f3556b8..0000000
--- a/sandbox.config.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "template": "parcel"
-}
diff --git a/src/README.md b/src/README.md
index 3790f8e..24dbd76 100644
--- a/src/README.md
+++ b/src/README.md
@@ -5,16 +5,15 @@ Jestを使ってどうやってテストするのか?といった疑問に答
テストを行っていくための最初の一歩になればと思います。
それでは、さっそく学んでいきましょう!
diff --git a/src/jest-api.md b/src/jest-api.md
index fbc78f9..30af378 100644
--- a/src/jest-api.md
+++ b/src/jest-api.md
@@ -13,16 +13,15 @@ Jestの代表的な機能を紹介します。
- `not` … 検証の結果を反転させます
### 真偽値とそれに類する値の検証
@@ -62,16 +61,15 @@ Jestの代表的な機能を紹介します。
Jestは、`test` に渡す関数の前に `async` キーワードを記述するだけで、非同期テストを実行できます。
より詳しい情報は [Jest公式ドキュメント Async/Await](https://jestjs.io/ja/docs/asynchronous#asyncawait) を参照してください。
@@ -81,16 +79,15 @@ Jestは、`test` に渡す関数の前に `async` キーワードを記述する
`beforeEach` と `afterEach` を使用することでテストの実行の前に繰り返し行う準備や、後片付けの処理を宣言できます。
より詳しい情報は [Jest公式ドキュメント セットアップと破棄](https://jestjs.io/ja/docs/setup-teardown) を参照してください。
@@ -100,16 +97,15 @@ Jestは、`test` に渡す関数の前に `async` キーワードを記述する
モック関数を使用することでコード間の繋がりをテストできます。
より詳しい情報は [Jest公式ドキュメント モック関数](https://jestjs.io/ja/docs/mock-functions) を参照してください。
diff --git a/templates/basic/sandbox.config.json b/templates/basic/sandbox.config.json
deleted file mode 100644
index f3556b8..0000000
--- a/templates/basic/sandbox.config.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "template": "parcel"
-}
diff --git a/templates/mock/sandbox.config.json b/templates/mock/sandbox.config.json
deleted file mode 100644
index f3556b8..0000000
--- a/templates/mock/sandbox.config.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "template": "parcel"
-}
diff --git a/templates/promise/sandbox.config.json b/templates/promise/sandbox.config.json
deleted file mode 100644
index f3556b8..0000000
--- a/templates/promise/sandbox.config.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "template": "parcel"
-}
diff --git a/templates/scope/sandbox.config.json b/templates/scope/sandbox.config.json
deleted file mode 100644
index f3556b8..0000000
--- a/templates/scope/sandbox.config.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "template": "parcel"
-}
diff --git a/templates/template/sandbox.config.json b/templates/template/sandbox.config.json
deleted file mode 100644
index f3556b8..0000000
--- a/templates/template/sandbox.config.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "template": "parcel"
-}