Skip to content

Commit

Permalink
Update deps/tests to check on placeholder resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroncox committed Jul 25, 2023
1 parent 25fc69c commit c37a5c4
Show file tree
Hide file tree
Showing 18 changed files with 3,233 additions and 885 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ lib: ${SRC_FILES} package.json tsconfig.json node_modules rollup.config.js

.PHONY: test
test: node_modules
@TS_NODE_PROJECT='./test/tsconfig.json' \
@TS_NODE_PROJECT='./test/tsconfig.json' MOCK_DIR='./test/data' \
${BIN}/mocha ${MOCHA_OPTS} ${TEST_FILES} --grep '$(grep)'

build/coverage: ${SRC_FILES} ${TEST_FILES} node_modules
Expand All @@ -24,9 +24,9 @@ coverage: build/coverage

.PHONY: ci-test
ci-test: node_modules
@TS_NODE_PROJECT='./test/tsconfig.json' \
@TS_NODE_PROJECT='./test/tsconfig.json' MOCK_DIR='./test/data' \
${BIN}/nyc ${NYC_OPTS} --reporter=text \
${BIN}/mocha ${MOCHA_OPTS} -R list ${TEST_FILES}
${BIN}/mocha ${MOCHA_OPTS} -R list ${TEST_FILES} --no-timeout

.PHONY: check
check: node_modules
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@
"@types/node": "^18.7.18",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"@wharfkit/session": "^0.5.0",
"@wharfkit/contract": "^0.2.1",
"@wharfkit/mock-data": "^1.0.0-beta11",
"@wharfkit/session": "^1.0.0-beta4",
"@wharfkit/wallet-plugin-privatekey": "^0.5.0",
"chai": "^4.3.4",
"eslint": "^8.13.0",
Expand Down
98 changes: 0 additions & 98 deletions test/data/04b4f04e6aeff696a57c34e1b1996805ce94cab6.json

This file was deleted.

Loading

0 comments on commit c37a5c4

Please sign in to comment.