Skip to content

Commit

Permalink
Remove unused Mocha test coverage tool
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn-Signal committed Jul 22, 2021
1 parent 07f0efc commit ca1cb11
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 11,383 deletions.
2 changes: 0 additions & 2 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ sticker-creator/dist/**
js/Mp3LameEncoder.min.js
js/WebAudioRecorderMp3.js
js/libphonenumber-util.js
libtextsecure/test/blanket_mocha.js
test/blanket_mocha.js

# TypeScript generated files
app/**/*.js
Expand Down
2 changes: 0 additions & 2 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ components/**
js/curve/**
js/Mp3LameEncoder.min.js
js/WebAudioRecorderMp3.js
libtextsecure/test/blanket_mocha.js
test/blanket_mocha.js

# Test fixtures
test/fixtures.js
Expand Down
5,312 changes: 0 additions & 5,312 deletions libtextsecure/test/blanket_mocha.js

This file was deleted.

4 changes: 0 additions & 4 deletions libtextsecure/test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@
<script type="text/javascript" src="account_manager_test.js"></script>
<script type="text/javascript" src="sendmessage_test.js"></script>

<!-- Comment out to turn off code coverage. Useful for getting real callstacks. -->
<!-- NOTE: blanket doesn't support modern syntax and will choke until we find a replacement. :0( -->
<!-- <script type="text/javascript" src="blanket_mocha.js"></script> -->

<!-- Uncomment to start tests without code coverage enabled -->
<script type="text/javascript">
mocha.run();
Expand Down

0 comments on commit ca1cb11

Please sign in to comment.