Skip to content

Commit

Permalink
fixes test file
Browse files Browse the repository at this point in the history
  • Loading branch information
davelandry committed Jul 2, 2016
1 parent e51319b commit ea0ef06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/legend.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import {test} from "tape";
import {default as shape} from "../src/shape.js";
import {default as legend} from "../src/legend.js";

test("shape", (assert) => {
test("legend", (assert) => {

shape()
legend()
(() => {

assert.true(true, "function success");
Expand Down

0 comments on commit ea0ef06

Please sign in to comment.