Skip to content

Commit

Permalink
chore: add nebula tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dawksh committed Aug 3, 2024
1 parent bcc6509 commit 78c4558
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion test/Nebula.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,11 @@ import {Test, console} from "forge-std/Test.sol";
import {Nebula} from "../src/Nebula.sol";

contract NebulaTest is Test {
Nebla public nebula;
Nebula public nebula;

function setUp() public {
nebula = new Nebula();
}

function testNebula() public {}
}

0 comments on commit 78c4558

Please sign in to comment.