Skip to content

Commit

Permalink
fix: Fix eslint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kiliman committed Apr 2, 2022
1 parent 3d8b41b commit 25fd0ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/remix-react/__tests__/meta-test.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import React from "react";
/* eslint-disable @typescript-eslint/no-unused-vars */
import { renderToString } from "react-dom/server";
import "@testing-library/jest-dom/extend-expect";

import { processMeta } from "../components";
import type { HtmlMetaDescriptor, MetaFunction } from "../routeModules";
import { renderToString } from "react-dom/server";

describe("meta", () => {
it(`renders proper <meta> tags`, () => {
Expand Down

0 comments on commit 25fd0ba

Please sign in to comment.