Visual Studio Code Doesn't Hit The Break Point Of Vue File
PS D:\FrontEnd> ${env:NODE_ENV}='development'; ${env:NODE_OPTIONS}='--require "c:/Program Files/Microsoft VS Code/resources/app/extensions/ms-vscode.js-debug/src/bootloader.bundle.js" --inspect-publish-uid=http'; ${env:VSCODE_INSPECTOR_OPTIONS}='{"inspectorIpc":"\\.\pipe\node-cdp.13120-1.sock","deferredMode":false,"waitForDebugger":"","execPath":"C:\Program Files\nodejs\node.exe","onlyEntrypoint":false,"autoAttachMode":"always","fileCallback":"C:\Users\NAME\AppData\Local\Temp\node-debug-callback-2a74e38441dd07ef"}'; & 'C:\Program Files\nodejs\node.exe' '--nolazy' '.\node_modules\jest\bin\jest' 'Home.vue' '--runInBand' '--detectOpenHandles'
Debugger attached.
No tests found, exiting with code 1
Run with --passWithNoTests
to exit with code 0
In D:\FrontEnd
35 files checked.
testMatch: /tests/unit//*.spec.[jt]s?(x), **/tests/*.[jt]s?(x) - 1 match
testPathIgnorePatterns: \node_modules\ - 35 matches
testRegex: - 0 matches
Pattern: Home.vue - 0 matches
Waiting for the debugger to disconnect...