anchor/test/index.spec.js

10 lines
193 B
JavaScript

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();