mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-04-18 21:48:24 -04:00
809a79bd3e
Indeed https://github.com/maty21/mocha-sidebar/issues/181#issuecomment-1016768595 seems to work and pointed me to a better extension. This works better than maty.vscode-mocha-sidebar which could not find nyc.
15 lines
403 B
JSON
15 lines
403 B
JSON
{
|
|
"files.associations": {
|
|
"**/cfg/conf*.php": "ini"
|
|
},
|
|
"phpunit.phpunit": "${userHome}/.composer/vendor/bin/phpunit",
|
|
"phpunit.args": [
|
|
"--configuration",
|
|
"${workspaceFolder}/tst/phpunit.xml",
|
|
"--bootstrap",
|
|
"${workspaceFolder}/tst/Bootstrap.php"
|
|
],
|
|
"mochaExplorer.pkgFile": "js/package.json",
|
|
"mochaExplorer.files": "js/test/*.js",
|
|
}
|