Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
test("renders nothing", () => {
const getById = queryByAttribute.bind(null, "id");
const dom = render(App);
expect(getById(dom.container, "app")).toBeNull();
});