Skip to content

Commit

Permalink
Reworked tests and cleaned up test data
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroncox committed Jul 5, 2023
1 parent 5df3640 commit 96558c1
Show file tree
Hide file tree
Showing 77 changed files with 358,557 additions and 377,417 deletions.
2 changes: 1 addition & 1 deletion 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' MOCK_DIR='./test/data' \
@TS_NODE_PROJECT='./test/tsconfig.json' MOCK_DIR='./test/data/requests' \
${BIN}/mocha ${MOCHA_OPTS} ${TEST_FILES} --no-timeout --grep '$(grep)'

test/watch: node_modules
Expand Down
32 changes: 0 additions & 32 deletions test/data/b5ae1f53ef4cf6544fe89a0deb7a7d1043f43149.json

This file was deleted.

Loading

0 comments on commit 96558c1

Please sign in to comment.