Skip to content

Commit

Permalink
Merge pull request #155 from peanutprotocol/develop
Browse files Browse the repository at this point in the history
Develop Sync
  • Loading branch information
Hugo0 authored Oct 9, 2024
2 parents cc6ee61 + 030a1f4 commit 694de0d
Show file tree
Hide file tree
Showing 7 changed files with 220 additions and 185 deletions.
1 change: 1 addition & 0 deletions jest.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const config = {
'/node_modules/(?!(\\@squirrel-labs\\/peanut-sdk)/)',
],
testPathIgnorePatterns: ['<rootDir>/src/test/manual/'],
reporters: ['default', ['jest-summary-reporter', {}]],
// try to test directly on index.js
// moduleDirectories: ["node_modules", "src"],
// moduleNameMapper: {
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"test": "npm run pkg-move && jest test/basic --silent",
"test:basic": "npm run pkg-move && jest test/basic --silent",
"test": "npm run pkg-move && jest test/basic --silent --coverage",
"test:basic": "npm run pkg-move && jest test/basic --silent --coverage",
"test:live": "npm run pkg-move && jest test/live --silent --runInBand",
"test:full": "npm run pkg-move && jest --coverage --silent --runInBand",
"prettier": "prettier . --write",
Expand Down Expand Up @@ -45,7 +45,8 @@
},
"homepage": "https://github.com/ProphetFund/peanut-sdk#readme",
"dependencies": {
"ethersv5": "npm:ethers@^5.7.2"
"ethersv5": "npm:ethers@^5.7.2",
"jest-summary-reporter": "^0.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 694de0d

Please sign in to comment.