Skip to content

Commit

Permalink
Merge pull request #115 from koblas/fix_be_bis
Browse files Browse the repository at this point in the history
fix: correct be/bis padding issue in test
  • Loading branch information
koblas authored Mar 11, 2024
2 parents 4321a28 + 00da5db commit dd45fcf
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 dd45fcf

Please sign in to comment.