Skip to content

Commit

Permalink
Merge pull request #6 from wharfkit/more-codegen-progress
Browse files Browse the repository at this point in the history
More codegen progress
  • Loading branch information
dafuga committed Jul 5, 2023
2 parents c8fd5d6 + 1232185 commit f3570a9
Show file tree
Hide file tree
Showing 67 changed files with 137,015 additions and 135,325 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ node_modules/
lib/
build/
test/browser.html*
contracts/
./contracts/
4 changes: 2 additions & 2 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.mjs

.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} --no-timeout --grep '$(grep)'

test/watch: node_modules
Expand All @@ -28,7 +28,7 @@ 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}

Expand Down
Loading

0 comments on commit f3570a9

Please sign in to comment.