Skip to content

Commit

Permalink
style: add ASCII art
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Mar 16, 2023
1 parent 51430d0 commit d1ae651
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions src/PRBTest.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,16 @@ pragma solidity >=0.8.0 <0.9.0;
import "./Helpers.sol" as Helpers;
import { Vm } from "./Vm.sol";

/*//////////////////////////////////////////////////////////////////////////
PRBTEST
//////////////////////////////////////////////////////////////////////////*/
/*
██████╗ ██████╗ ██████╗ ████████╗███████╗███████╗████████╗
██╔══██╗██╔══██╗██╔══██╗╚══██╔══╝██╔════╝██╔════╝╚══██╔══╝
██████╔╝██████╔╝██████╔╝ ██║ █████╗ ███████╗ ██║
██╔═══╝ ██╔══██╗██╔══██╗ ██║ ██╔══╝ ╚════██║ ██║
██║ ██║ ██║██████╔╝ ██║ ███████╗███████║ ██║
╚═╝ ╚═╝ ╚═╝╚═════╝ ╚═╝ ╚══════╝╚══════╝ ╚═╝
*/

/// @notice Modern collection of testing assertions and logging utilities.
/// @author Paul Razvan Berg
Expand Down

0 comments on commit d1ae651

Please sign in to comment.