react-native-echarts-wrapper
Version:
📈Powerful React-Native ECharts Wrapper 📊
35 lines (34 loc) • 1.13 kB
JSON
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Jest All",
"cwd": "${workspaceFolder}/",
"program": "${workspaceFolder}/node_modules/.bin/jest",
"args": ["--runInBand"],
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen",
"windows": {
"program": "${workspaceFolder}/node_modules/jest/bin/jest"
}
},
{
"type": "node",
"request": "launch",
"name": "Jest Current File",
"cwd": "${workspaceFolder}/",
"program": "${workspaceFolder}/node_modules/.bin/jest",
"args": ["${relativeFile}", "--verbose"],
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen",
"windows": {
"program": "${workspaceFolder}/node_modules/jest/.bin/jest"
}
}
]
}