mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-23 21:52:05 +03:00
generate tests, then run them
This commit is contained in:
parent
4094b97830
commit
8ce5f7aebc
1
.gitignore
vendored
1
.gitignore
vendored
@ -241,3 +241,4 @@ documentation.json
|
||||
/public
|
||||
/tests/axe-report.json
|
||||
/tests/deprecated-imports-report.txt
|
||||
/tests/VerifyExamples
|
||||
|
2
Makefile
2
Makefile
@ -3,8 +3,8 @@ export DEPRECATED_MODULES=Html,Accessibility,Accessibility.Aria,Accessibility.Ke
|
||||
|
||||
.PHONY: test
|
||||
test: node_modules tests/elm-verify-examples.json
|
||||
npx elm-verify-examples
|
||||
npx elm-test
|
||||
npx elm-verify-examples --run-tests
|
||||
make axe-report
|
||||
make percy-tests
|
||||
make deprecated-imports-report
|
||||
|
Loading…
Reference in New Issue
Block a user