Fix/clean errors (#191)

* clean dev errors

* add check command

* yarn -> npm in travis

* fix all warnings

* fix base test

* 💄
This commit is contained in:
Lachlan Kermode
2021-01-17 18:16:28 +13:00
committed by GitHub
parent 1f20fd68ec
commit 1bbcd57e5e
35 changed files with 229 additions and 158 deletions

View File

@@ -12,5 +12,5 @@ it("renders an option to view categories", () => {
<App />
</Provider>
);
expect(screen.getByText("Categories")).toBeInTheDocument();
expect(screen.getByText("Filters")).toBeInTheDocument();
});