Skip to content

Commit

Permalink
Update test to check for the internal error
Browse files Browse the repository at this point in the history
  • Loading branch information
miniBill committed Dec 3, 2024
1 parent d0f5ac3 commit 9577aa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ cypress/videos
cypress/screenshots
.idea
generated/
.elm-pages

elm-review-report.gz.json
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ npx elm-test-rs --compiler lamdera
npm run test:snapshot
elm-verify-examples --run-tests --elm-test-args '--compiler=lamdera'
(cd generator && vitest run)
(cd test-scripts && npm i && npx elm-pages run src/Main.elm)
(cd test-scripts && npm i && (npx elm-pages run src/Main.elm || true) | grep -q -- '-- Internal error ---------------')

0 comments on commit 9577aa3

Please sign in to comment.