فهرست منبع

Update translations.spec.ts

Sven Fehler 4 ماه پیش
والد
کامیت
84588c9e95
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      test/translations.spec.ts

+ 1 - 1
test/translations.spec.ts

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