import '../webface_init.js'

// Uncomment and replace with the component you're testing // import { MyComponent } from '../source/components/my_component.js'

describe(“MyComponent”, async function() {

it("test", function() {
  // Uncomment to see if a new component instance can be created and component class has been loaded sucessfully.
  //
  new MyComponent();
});

});