mirror of
https://github.com/bendtherules/ts-transformer-visualizer.git
synced 2026-08-18 13:51:48 +00:00
8 lines
152 B
TypeScript
8 lines
152 B
TypeScript
import ExampleComponent from "./";
|
|
|
|
describe("ExampleComponent", () => {
|
|
it("is truthy", () => {
|
|
expect(ExampleComponent).toBeTruthy();
|
|
});
|
|
});
|