Skip to content

Commit 1a2a8b5

Browse files
committed
Added workspace, needed to get jest test runner working
1 parent b30deba commit 1a2a8b5

File tree

1 file changed

+63
-0
lines changed

1 file changed

+63
-0
lines changed
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
{
2+
"folders": [
3+
{
4+
"path": "."
5+
},
6+
{
7+
"name": "core",
8+
"path": "packages/core"
9+
},
10+
{
11+
"name": "browser",
12+
"path": "packages/browser"
13+
},
14+
{
15+
"name": "angularjs",
16+
"path": "packages/angularjs"
17+
},
18+
{
19+
"name": "node",
20+
"path": "packages/node"
21+
},
22+
{
23+
"name": "react",
24+
"path": "packages/react"
25+
},
26+
{
27+
"name": "vue",
28+
"path": "packages/vue"
29+
},
30+
{
31+
"name": "svelte-kit",
32+
"path": "example/svelte-kit"
33+
},
34+
{
35+
"name": "vue",
36+
"path": "example/vue"
37+
},
38+
{
39+
"name": "react",
40+
"path": "example/react"
41+
},
42+
{
43+
"name": "express",
44+
"path": "example/express"
45+
},
46+
{
47+
"name": "browser",
48+
"path": "example/browser"
49+
}
50+
],
51+
"settings": {
52+
"typescript.tsdk": "./node_modules/typescript/lib",
53+
"jest.disabledWorkspaceFolders": [
54+
"angularjs",
55+
"vue",
56+
"svelte-kit",
57+
"vue",
58+
"react",
59+
"express",
60+
"browser"
61+
]
62+
}
63+
}

0 commit comments

Comments
 (0)