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.
npm start
1 parent 2750392 commit 916ea9eCopy full SHA for 916ea9e
devtools/test_dashboard/server.js
@@ -72,7 +72,7 @@ function readFiles(files) {
72
}
73
74
function createMocksList(files) {
75
- var mocksList = files.map(function(file) {
+ var mocksList = files.filter(function(file) {return file.extname === ".json"}).map(function(file) {
76
var contents = JSON.parse(file.contents);
77
78
// get plot type keywords from mocks
0 commit comments