Skip to content

Commit

Permalink
fixed encryptFile
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanfazakas committed Mar 16, 2024
1 parent fb94862 commit 04dfac2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"test": "npm run lint && npm run test:unit:cover && npm run test:integration:cover",
"test:unit": "npm run build-tests && npm run mocha \"./dist/test/unit/**/*.test.js\"",
"test:integration": "npm run build-tests && npm run mocha \"./dist/test/integration/**/*.test.js\"",
"test:integration:encryptDecryptDDO": "npm run build-tests && npm run mocha ./dist/test/integration/encryptDecryptDDO.test.js",
"test:integration:encryptFile": "npm run build-tests && npm run mocha ./dist/test/integration/encryptFile.test.js",
"test:unit:cover": "nyc --report-dir coverage/unit npm run test:unit",
"test:integration:cover": "nyc --report-dir coverage/integration --no-clean npm run test:integration",
"logs": "./scripts/logs.sh"
Expand Down
1 change: 0 additions & 1 deletion src/test/integration/encryptFile.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { expect, assert } from 'chai'
import { getConfiguration } from '../../utils/config.js'
import { Database } from '../../components/database/index.js'
import { OceanNode } from '../../OceanNode.js'
import { ENVIRONMENT_VARIABLES, PROTOCOL_COMMANDS } from '../../utils/constants.js'
import { OceanNodeConfig } from '../../@types/OceanNode.js'
Expand Down

0 comments on commit 04dfac2

Please sign in to comment.