From 8ce5f7aebc59182a4631d310295f883ef829eef7 Mon Sep 17 00:00:00 2001 From: Brian Hicks Date: Tue, 31 Mar 2020 15:03:11 -0500 Subject: [PATCH] generate tests, then run them --- .gitignore | 1 + Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bf093351..5b8cf48e 100644 --- a/.gitignore +++ b/.gitignore @@ -241,3 +241,4 @@ documentation.json /public /tests/axe-report.json /tests/deprecated-imports-report.txt +/tests/VerifyExamples diff --git a/Makefile b/Makefile index 115d1656..3dc9caa7 100644 --- a/Makefile +++ b/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