Skip to content

Commit

Permalink
Add some sample files that should be ignored to the sample app
Browse files Browse the repository at this point in the history
This crashes out the tests, which accomplishes testing this
  • Loading branch information
Joel Bradshaw committed Mar 24, 2022
1 parent 5c39ef2 commit 81802c3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This is just a file that we shouldn't try to load as a source file when loading
this directory
5 changes: 5 additions & 0 deletions test/integration/fixtures/sampleapp/api/models/DoNotLoad.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<html>
<body>
Just a sample file that we shouldn't load
</body>
</html>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Another file we shouldn't try to load as source

0 comments on commit 81802c3

Please sign in to comment.