Skip to content

Commit

Permalink
fix: correct be/bis padding issue in test
Browse files Browse the repository at this point in the history
  • Loading branch information
koblas committed Mar 11, 2024
1 parent 4321a28 commit 00da5db
Show file tree
Hide file tree
Showing 4 changed files with 2,343 additions and 3,127 deletions.
12 changes: 7 additions & 5 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@
"configurations": [
{
"type": "node",
"name": "vscode-jest-tests",
"name": "Debug Jest Tests",
"request": "launch",
"args": ["--runInBand"],
"runtimeArgs": [
"--inspect-brk",
"${workspaceRoot}/node_modules/.bin/jest",
"--runInBand"
],
"cwd": "${workspaceFolder}",
"console": "internalConsole",
"internalConsoleOptions": "openOnSessionStart",
"disableOptimisticBPs": true,
"program": "${workspaceFolder}/node_modules/jest/bin/jest"
"internalConsoleOptions": "neverOpen"
}
]
}
Loading

0 comments on commit 00da5db

Please sign in to comment.