aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/.vscode
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-02-21 23:36:41 +0800
committercrupest <crupest@outlook.com>2019-02-21 23:36:41 +0800
commitb694d7a3e1b04bb942e5ba8224762d706f98a371 (patch)
treece0cd6249f2c09797bca65cfb9dbc81f6c334d2e /Timeline/ClientApp/.vscode
parent0ed96f534f75ebc2a7bdbec031a4674368d0420a (diff)
downloadtimeline-b694d7a3e1b04bb942e5ba8224762d706f98a371.tar.gz
timeline-b694d7a3e1b04bb942e5ba8224762d706f98a371.tar.bz2
timeline-b694d7a3e1b04bb942e5ba8224762d706f98a371.zip
Add unit test.
Diffstat (limited to 'Timeline/ClientApp/.vscode')
-rw-r--r--Timeline/ClientApp/.vscode/launch.json11
1 files changed, 9 insertions, 2 deletions
diff --git a/Timeline/ClientApp/.vscode/launch.json b/Timeline/ClientApp/.vscode/launch.json
index 5b749430..96a3c552 100644
--- a/Timeline/ClientApp/.vscode/launch.json
+++ b/Timeline/ClientApp/.vscode/launch.json
@@ -7,9 +7,16 @@
{
"type": "chrome",
"request": "launch",
- "name": "Launch Chrome against localhost",
+ "name": "Launch app",
"url": "https://localhost:5001",
"webRoot": "${workspaceFolder}"
- }
+ },
+ {
+ "type": "chrome",
+ "request": "launch",
+ "name": "Launch test",
+ "url": "http://localhost:9876",
+ "webRoot": "${workspaceFolder}"
+ }
]
}