Skip to content

Commit

Permalink
Merge pull request #1120 from near/remove-naj-tests
Browse files Browse the repository at this point in the history
chore: remove near-api-js tests
  • Loading branch information
andy-haynes committed May 30, 2023
2 parents 299ce39 + aa4f79e commit fbc2395
Show file tree
Hide file tree
Showing 28 changed files with 2 additions and 2,817 deletions.
2 changes: 1 addition & 1 deletion packages/near-api-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"compile": "tsc -p ./tsconfig.json",
"dev": "pnpm compile -w",
"build": "pnpm compile && pnpm browserify",
"test": "jest test",
"test": "jest test --passWithNoTests",
"lint": "concurrently \"pnpm:lint:*(!fix) --no-error-on-unmatched-pattern\"",
"lint:src": "eslint --ext .ts src",
"lint:fix": "concurrently \"pnpm:lint:*:fix\"",
Expand Down
96 changes: 0 additions & 96 deletions packages/near-api-js/test/account.access_key.test.js

This file was deleted.

Loading

0 comments on commit fbc2395

Please sign in to comment.