We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Promise
1 parent 827b7ac commit bdb23a8Copy full SHA for bdb23a8
devtools/.eslintrc
@@ -3,5 +3,8 @@
3
"env": {
4
"node": true,
5
"browser": true
6
+ },
7
+ "globals": {
8
+ "Promise": true
9
}
10
devtools/test_dashboard/server.js
@@ -74,7 +74,7 @@ function readFiles(files) {
74
75
76
function createMocksList(files) {
77
- var mocksList = files.map(function(file, i) {
+ var mocksList = files.map(function(file) {
78
var contents = JSON.parse(file.contents);
79
80
// get plot type keywords from mocks
0 commit comments