From 0824ab67915659674c0eb730ee7c771f83ea70b9 Mon Sep 17 00:00:00 2001 From: Blake Regalia Date: Sat, 10 Jul 2021 14:54:28 -0700 Subject: [PATCH] chore: rename test file for consistency --- rdf-js-tests.ts => rdfjs-tests.ts | 0 tsconfig.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename rdf-js-tests.ts => rdfjs-tests.ts (100%) 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" ] }