import { {{nameFromPathPascal name}} } from "./{{dashCase name}}";

describe("{{dashCase name}}", () => {
  it("should build {{nameFromPathPascal name}}", () => {
    expect(new {{nameFromPathPascal name}}()).toBeTruthy();
  });
});
