Browse Source

tasks.json fix

David Sehnal 6 years ago
parent
commit
c41d4656f6
1 changed files with 0 additions and 5 deletions
  1. 0 5
      .vscode/tasks.json

+ 0 - 5
.vscode/tasks.json

@@ -9,11 +9,6 @@
             "problemMatcher": [
                 "$tsc"
             ]
-        },
-        {
-            "type": "npm",
-            "script": "app-render-test",
-            "problemMatcher": []
         }
     ]
 }