updating tests

This commit is contained in:
Vallie Joseph
2024-04-09 18:21:41 +00:00
parent 7f0a981b2e
commit f98ccd1e39
3 changed files with 20 additions and 1 deletions

View File

@@ -21,6 +21,7 @@
"archiver": "^7.0.1",
"crypto": "^1.0.1",
"jwt-decode": "^3.1.2",
"mock-fs": "^5.2.0",
"twirp-ts": "^2.5.0",
"unzip-stream": "^0.3.1"
},
@@ -1224,6 +1225,14 @@
"mkdirp": "bin/cmd.js"
}
},
"node_modules/mock-fs": {
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/mock-fs/-/mock-fs-5.2.0.tgz",
"integrity": "sha512-2dF2R6YMSZbpip1V1WHKGLNjr/k48uQClqMVb5H3MOvwc9qhYis3/IWbj02qIg/Y8MDXKFF4c5v0rxx2o6xTZw==",
"engines": {
"node": ">=12.0.0"
}
},
"node_modules/neo-async": {
"version": "2.6.2",
"resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz",