From 1f4d20e200e50b3be0641e171dcc5eea4b02e562 Mon Sep 17 00:00:00 2001 From: thoughtsunificator <85041649+thoughtsunificator@users.noreply.github.com> Date: Sat, 18 Sep 2021 16:24:53 +0200 Subject: [PATCH] clean up --- test/bbdocument/{bbdocument.js => bbdocument.test.js} | 0 test/bbdocument/{bbelement.js => bbelement.test.js} | 0 test/bbdocument/{bbnode.js => bbnode.test.js} | 0 test/bbdocument/{bbtext.js => bbtext.test.js} | 0 test/bbdocument/{treewalker.js => treewalker.test.js} | 0 test/{parser.js => parser.test.js} | 0 test/{tokenizer.js => tokenizer.test.js} | 0 test/{util.js => util.test.js} | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename test/bbdocument/{bbdocument.js => bbdocument.test.js} (100%) rename test/bbdocument/{bbelement.js => bbelement.test.js} (100%) rename test/bbdocument/{bbnode.js => bbnode.test.js} (100%) rename test/bbdocument/{bbtext.js => bbtext.test.js} (100%) rename test/bbdocument/{treewalker.js => treewalker.test.js} (100%) rename test/{parser.js => parser.test.js} (100%) rename test/{tokenizer.js => tokenizer.test.js} (100%) rename test/{util.js => util.test.js} (100%) diff --git a/test/bbdocument/bbdocument.js b/test/bbdocument/bbdocument.test.js similarity index 100% rename from test/bbdocument/bbdocument.js rename to test/bbdocument/bbdocument.test.js diff --git a/test/bbdocument/bbelement.js b/test/bbdocument/bbelement.test.js similarity index 100% rename from test/bbdocument/bbelement.js rename to test/bbdocument/bbelement.test.js diff --git a/test/bbdocument/bbnode.js b/test/bbdocument/bbnode.test.js similarity index 100% rename from test/bbdocument/bbnode.js rename to test/bbdocument/bbnode.test.js diff --git a/test/bbdocument/bbtext.js b/test/bbdocument/bbtext.test.js similarity index 100% rename from test/bbdocument/bbtext.js rename to test/bbdocument/bbtext.test.js diff --git a/test/bbdocument/treewalker.js b/test/bbdocument/treewalker.test.js similarity index 100% rename from test/bbdocument/treewalker.js rename to test/bbdocument/treewalker.test.js diff --git a/test/parser.js b/test/parser.test.js similarity index 100% rename from test/parser.js rename to test/parser.test.js diff --git a/test/tokenizer.js b/test/tokenizer.test.js similarity index 100% rename from test/tokenizer.js rename to test/tokenizer.test.js diff --git a/test/util.js b/test/util.test.js similarity index 100% rename from test/util.js rename to test/util.test.js