anchor/test/index.spec.js

10 lines
193 B
JavaScript
Raw Normal View History

2021-01-01 23:21:54 +00:00
import test from "../node_modules/testit/dist/testit.js";
import Anchor from "../src/index.js";
test.it({
"achor class exists": function () {
test.assert(Anchor);
}
}).run();