Explorar el Código

Update translations.spec.ts

Sven Fehler hace 6 meses
padre
commit
84588c9e95
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      test/translations.spec.ts

+ 1 - 1
test/translations.spec.ts

@@ -1,7 +1,7 @@
 import { baseUrl, defaultFetchOpts } from "./constants";
 import { checkTranslationProps } from "./hooks";
 
-describe("GET /translations/:id", () => {
+describe("Translation routes", () => {
   //#region /translations/:id
 
   it("Translation yields correct props", async () => {