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:
19
namae.code-workspace
Normal file
19
namae.code-workspace
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"name": "Root",
|
||||
"path": "."
|
||||
},
|
||||
{
|
||||
"name": "API",
|
||||
"path": "api"
|
||||
},
|
||||
{
|
||||
"name": "Web",
|
||||
"path": "web"
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"jest.disabledWorkspaceFolders": ["Root"]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user