Skip to content

Commit 4dd2b0d

Browse files
authored
Merge pull request #58 from aquinojardim/extension
Added Typescript compatible tests
2 parents f66edcb + 4254fac commit 4dd2b0d

23 files changed

+12333
-4867
lines changed

.vscode/settings.json

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,3 @@
11
{
2-
"eslint.enable": true,
3-
"workbench.colorCustomizations": {
4-
"activityBar.activeBackground": "#93e6fc",
5-
"activityBar.activeBorder": "#fa45d4",
6-
"activityBar.background": "#93e6fc",
7-
"activityBar.foreground": "#15202b",
8-
"activityBar.inactiveForeground": "#15202b99",
9-
"activityBarBadge.background": "#fa45d4",
10-
"activityBarBadge.foreground": "#15202b",
11-
"statusBar.background": "#61dafb",
12-
"statusBar.border": "#61dafb",
13-
"statusBar.foreground": "#15202b",
14-
"statusBarItem.hoverBackground": "#2fcefa",
15-
"titleBar.activeBackground": "#61dafb",
16-
"titleBar.activeForeground": "#15202b",
17-
"titleBar.border": "#61dafb",
18-
"titleBar.inactiveBackground": "#61dafb99",
19-
"titleBar.inactiveForeground": "#15202b99"
20-
},
21-
"peacock.color": "#61dafb"
22-
}
2+
"eslint.enable": true
3+
}

package-lock.json

Lines changed: 11089 additions & 4140 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@babel/preset-react": "^7.10.4",
6363
"@types/chrome": "^0.0.119",
6464
"@types/jest": "^26.0.4",
65-
"@types/node": "^12.7.8",
65+
"@types/node": "^12.12.50",
6666
"babel-loader": "^8.1.0",
6767
"core-js": "^3.6.5",
6868
"css-loader": "^3.6.0",
@@ -76,12 +76,12 @@
7676
"eslint-plugin-react": "^7.20.3",
7777
"eslint-plugin-react-hooks": "^1.7.0",
7878
"express": "^4.17.1",
79-
"jest": "^24.9.0",
79+
"jest": "^26.1.0",
80+
"jest-cli": "^26.1.0",
8081
"jest-puppeteer": "^4.4.0",
81-
"puppeteer": "^5.0.0",
82-
"jest-cli": "^24.9.0",
8382
"jest-runner-eslint": "^0.7.7",
8483
"node-sass": "^4.14.1",
84+
"puppeteer": "^5.0.0",
8585
"sass": "^1.26.10",
8686
"sass-loader": "^7.3.1",
8787
"sinon-chrome": "^3.0.1",
@@ -101,7 +101,7 @@
101101
"d3-zoom": "^1.8.3",
102102
"flatted": "^3.0.4",
103103
"immer": "^3.3.0",
104-
"jest-runner": "^24.9.0",
104+
"jest-runner": "^26.1.0",
105105
"jsondiffpatch": "^0.3.11",
106106
"prop-types": "^15.7.2",
107107
"rc-slider": "^8.7.1",

0 commit comments

Comments
 (0)