Skip to content

Commit

Permalink
test: remove all matchstick tests (fleekxyz#233)
Browse files Browse the repository at this point in the history
* test: remove all matchstick tests.

* test: remove testing step in the subgraph workflow.
  • Loading branch information
EmperorOrokuSaki authored Apr 19, 2023
1 parent 3da5666 commit eb2a765
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 907 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/subgraph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,3 @@ jobs:
- name: Build Subgraph
run: yarn build

- name: Test Subgraph
run: yarn test
4 changes: 0 additions & 4 deletions subgraph/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,3 @@ Finally, you can generate the build that is going to be deployed to the Hosted S
The command that should be used for re-deployment purposes is no different than the one that is used to deploy subgraphs in the first place (remember to replace the access token and the github_username/subgraph_name parts):

`graph deploy --product hosted-service --deploy-key YOUR_ACCESS_TOKEN --version-lable v0.0.1 YOUR_GITHUB_USERNAME/SUBGRAPH_NAME_ON_HOSTED_SERVICE`

## Testing

You can run the unit tests found in `./tests/` with `yarn test` or `npm run test`.
2 changes: 0 additions & 2 deletions subgraph/matchstick.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions subgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,10 @@
"create-local": "graph create --node http://localhost:8020/ FleekNFA",
"remove-local": "graph remove --node http://localhost:8020/ FleekNFA",
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 FleekNFA",
"test": "graph test",
"compile": "cd ../contracts && yarn && yarn compile && cd ../subgraph && yarn codegen"
},
"dependencies": {
"@graphprotocol/graph-cli": "0.37.2",
"@graphprotocol/graph-ts": "0.29.1"
},
"devDependencies": {
"matchstick-as": "0.5.0"
}
}
4 changes: 0 additions & 4 deletions subgraph/tests/matchstick/.latest.json

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit eb2a765

Please sign in to comment.