{
    "mochaExplorer.files": "test/**/*test.js",
    "mochaExplorer.require": [],
    "mochaExplorer.timeout": 60000,
    "testExplorer.addToEditorContextMenu": true,
    "[javascript]": {
        "editor.detectIndentation" : false,
        "editor.insertSpaces": true,
        "editor.tabSize": 2,
        "editor.formatOnSave": true
}
}