Skip to content

Commit

Permalink
testing placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonVanherweghe committed Aug 20, 2020
1 parent 1334d12 commit c49b1f7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/demo-test.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
let test = require("tape");
let sandbox = require("@architect/sandbox");

test("demo", (t) => {
t.plan(1);
t.ok(sandbox, "sandbox loaded");
});

0 comments on commit c49b1f7

Please sign in to comment.