1
0
mirror of https://github.com/uetchy/namae.git synced 2025-10-14 23:22:19 +09:00

feat: setup test for web

This commit is contained in:
2019-08-14 18:46:57 +09:00
parent c2a51aee2a
commit 03d76805af
12 changed files with 960 additions and 842 deletions

19
namae.code-workspace Normal file
View File

@@ -0,0 +1,19 @@
{
"folders": [
{
"name": "Root",
"path": "."
},
{
"name": "API",
"path": "api"
},
{
"name": "Web",
"path": "web"
}
],
"settings": {
"jest.disabledWorkspaceFolders": ["Root"]
}
}