79347111

Date: 2025-01-10 21:54:32
Score: 1.5
Natty:
Report link

related: https://github.com/Microsoft/vscode/issues/5627
added 👇 to .vscode-test.mjs

mocha: {
    ui: 'bdd',
},
// .vscode-test.mjs
import { defineConfig } from '@vscode/test-cli';

export default defineConfig({
    files: 'out/test/**/*.test.js',
    mocha: {
        ui: 'bdd',
    },
});
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Yorai Levi