Skip to content

Commit

Permalink
remove unused dep and fix tests path
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcath committed Oct 16, 2018
1 parent 45d7736 commit cb8c8e4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 18 deletions.
16 changes: 0 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"@types/crypto-js": "^3.1.43",
"@types/jest": "^23.3.5",
"@types/node": "^10.12.0",
"benchmark": "^2.1.4",
"coveralls": "^3.0.2",
"jest": "^23.6.0",
"ts-jest": "^23.10.4",
Expand Down
2 changes: 1 addition & 1 deletion tests/docs.spec.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
path = require('path');

sodb = require(path.join(__dirname, '..'));
sodb = require(path.join(__dirname, '..', 'lib', 'sodb.js'));

const SODB = sodb.SODB
const buildFromJSON = sodb.buildFromJSON
Expand Down

0 comments on commit cb8c8e4

Please sign in to comment.