You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd be awesome if this extension could allow for a custom file location of the .vscode-test.mjs file by means of an extension-test-runner.configFile VSCode setting.
For example, I renamed the file to vscode-test.mjs (missing dot at the beginning) and placed it in a .config/ folder (see also config dir proposal here). Then this works perflectly fine under the package.json > scripts key:
However, this extension doesn't detect the file, so nothing works. A workaround is to still use the usual location, which is the workspace root directory.
The text was updated successfully, but these errors were encountered:
It'd be awesome if this extension could allow for a custom file location of the
.vscode-test.mjs
file by means of anextension-test-runner.configFile
VSCode setting.For example, I renamed the file to
vscode-test.mjs
(missing dot at the beginning) and placed it in a.config/
folder (see alsoconfig
dir proposal here). Then this works perflectly fine under thepackage.json > scripts
key:However, this extension doesn't detect the file, so nothing works. A workaround is to still use the usual location, which is the workspace root directory.
The text was updated successfully, but these errors were encountered: