diff --git a/rdf-js-tests.ts b/rdfjs-tests.ts similarity index 100% rename from rdf-js-tests.ts rename to rdfjs-tests.ts diff --git a/tsconfig.json b/tsconfig.json index f7c711a..33b75ef 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "rdf-js-tests.ts" + "rdfjs-tests.ts" ] }