diff --git a/types/fomantic-ui-tests.ts b/types/tests.ts similarity index 100% rename from types/fomantic-ui-tests.ts rename to types/tests.ts diff --git a/types/tsconfig.json b/types/tsconfig.json index 4e47de98c3..890aa8966a 100644 --- a/types/tsconfig.json +++ b/types/tsconfig.json @@ -18,6 +18,6 @@ }, "files": [ "index.d.ts", - "fomantic-ui-tests.ts" + "tests.ts" ] }