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 aea19c6 commit b55e2fbCopy full SHA for b55e2fb
package.json
@@ -16,6 +16,7 @@
16
"lib": "lib"
17
},
18
"scripts": {
19
+ "install:libmongocrypt": "node .github/scripts/libmongocrypt.mjs",
20
"install": "prebuild-install --runtime napi || node-gyp rebuild",
21
"clang-format": "clang-format --style=file:.clang-format --Werror -i addon/*",
22
"check:eslint": "eslint src test",
test/release.test.ts
@@ -24,7 +24,7 @@ const REQUIRED_FILES = [
24
describe(`Release ${packFile}`, function () {
25
this.timeout(10000);
26
27
- beforeEach(function() {
+ beforeEach(function () {
28
if (process.arch !== 'x64') {
29
this.skip();
30
}
0 commit comments