Skip to content

Commit

Permalink
Test FHIR JSON Schema definition
Browse files Browse the repository at this point in the history
See: #4
Fixes: #1
Signed-off-by: Juan Cruz Viotti <[email protected]>
  • Loading branch information
jviotti committed Jan 29, 2022
1 parent d3b5206 commit 4c7634d
Show file tree
Hide file tree
Showing 3 changed files with 60,959 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ lint: node_modules
exec $(NODE) $</standard/bin/cmd.js

test: node_modules
exec $(NODE) $</tap/bin/run.js --reporter=classic --no-coverage 'test/**/*.test.js'
exec $(NODE) $</tap/bin/run.js --reporter=classic \
--no-coverage --no-timeout 'test/**/*.test.js'

all: lint test html
Loading

0 comments on commit 4c7634d

Please sign in to comment.