We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bac8dd commit 0e6406cCopy full SHA for 0e6406c
tests/integration/middleware.test.ts
@@ -710,7 +710,7 @@ for (const {
710
await expect(
711
runPluginPromise,
712
'error message should mention c++ addons (.node) file names to help finding the package(s) that contain them',
713
- ).rejects.toThrow('bcrypt.node')
+ ).rejects.toThrow(/node_modules\/bcrypt\/.*\.node/)
714
715
716
'link to documentation should be provided',
0 commit comments