Skip to content

Commit

Permalink
Add tests for Parse QR Code module
Browse files Browse the repository at this point in the history
  • Loading branch information
j433866 committed Dec 21, 2018
1 parent d0e428b commit c2f6b8d
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ import "./tests/operations/OTP";
import "./tests/operations/PGP";
import "./tests/operations/PHP";
import "./tests/operations/ParseIPRange";
import "./tests/operations/ParseQRCode";
import "./tests/operations/PowerSet";
import "./tests/operations/Regex";
import "./tests/operations/Register";
Expand Down
71 changes: 71 additions & 0 deletions test/tests/operations/ParseQRCode.mjs

Large diffs are not rendered by default.

0 comments on commit c2f6b8d

Please sign in to comment.