swc/wasm/__tests__/simple.js

6 lines
131 B
JavaScript
Raw Normal View History

2020-05-07 12:17:57 +03:00
const swc = require("../pkg");
it("should be loadable", function () {
const output = swc.transformSync("class Foo {}", {});
});