describe("config test", () => {
  it("should pass", () => {
    expect(1).toBe(1);
  });
});
