Skip to content

Commit

Permalink
Correcting path for ci-test
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroncox committed Jul 5, 2023
1 parent 96558c1 commit 6a66fd6
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 @@ -28,7 +28,7 @@ coverage: build/coverage

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

Expand Down

0 comments on commit 6a66fd6

Please sign in to comment.